()
| 588 | |
| 589 | // end `if` statement (needed if gen.if was used only with condition) |
| 590 | endIf(): CodeGen { |
| 591 | return this._endBlockNode(If, Else) |
| 592 | } |
| 593 | |
| 594 | private _for(node: For, forBody?: Block): CodeGen { |
| 595 | this._blockNode(node) |
no test coverage detected