(ctx *parser.BlockVarDeclarContext)
| 237 | } |
| 238 | |
| 239 | func (v *Visitor) VisitBlockVarDeclar(ctx *parser.BlockVarDeclarContext) interface{} { |
| 240 | return v.Visit(ctx.VariableDeclarators()) |
| 241 | } |
| 242 | |
| 243 | func (v *Visitor) VisitVariableDeclarators(ctx *parser.VariableDeclaratorsContext) interface{} { |
| 244 | var ret interface{} |
no test coverage detected