(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine)
| 7 | public class ForBlock50 extends ForBlock { |
| 8 | |
| 9 | public ForBlock50(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine) { |
| 10 | super(function, begin, end, register, closeType, closeLine, false); |
| 11 | } |
| 12 | |
| 13 | @Override |
| 14 | public void resolve(Registers r) { |
nothing calls this directly
no outgoing calls
no test coverage detected