(visitor: Visitor, context: any)
| 155 | } |
| 156 | |
| 157 | override visit(visitor: Visitor, context: any) { |
| 158 | return visitor.visitBlock(this, context); |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | export class Component extends NodeWithI18n { |
nothing calls this directly
no test coverage detected