| 203 | success: Consumer<String>, |
| 204 | lineErrors: Consumer<Pair<Int, String>> |
| 205 | ): Any? { |
| 206 | var textFragment = textFragment |
| 207 | RemoteEditor.removeBoxFeedback(Optional.of(box), "__redmark__") |
| 208 | |
| 209 | try { |
| 210 | Execution.context.get().push(box) |
no outgoing calls
no test coverage detected