(LFunction function, int begin, int end)
| 9 | public class DoEndBlock extends ContainerBlock { |
| 10 | |
| 11 | public DoEndBlock(LFunction function, int begin, int end) { |
| 12 | super(function, begin, end, CloseType.NONE, -1, 1); |
| 13 | } |
| 14 | |
| 15 | @Override |
| 16 | public boolean breakable() { |
nothing calls this directly
no outgoing calls
no test coverage detected