(block: IfBlockBranch)
| 777 | visitForLoopBlockEmpty(block: ForLoopBlockEmpty): Result; |
| 778 | visitIfBlock(block: IfBlock): Result; |
| 779 | visitIfBlockBranch(block: IfBlockBranch): Result; |
| 780 | visitUnknownBlock(block: UnknownBlock): Result; |
| 781 | visitLetDeclaration(decl: LetDeclaration): Result; |
| 782 | visitComponent(component: Component): Result; |
no outgoing calls
no test coverage detected