(block: IfBlockBranch)
| 758 | visitForLoopBlockEmpty(block: ForLoopBlockEmpty): Result; |
| 759 | visitIfBlock(block: IfBlock): Result; |
| 760 | visitIfBlockBranch(block: IfBlockBranch): Result; |
| 761 | visitUnknownBlock(block: UnknownBlock): Result; |
| 762 | visitLetDeclaration(decl: LetDeclaration): Result; |
| 763 | visitComponent(component: Component): Result; |
no outgoing calls
no test coverage detected