| 4049 | } |
| 4050 | |
| 4051 | type ListInitContext struct { |
| 4052 | antlr.BaseParserRuleContext |
| 4053 | parser antlr.Parser |
| 4054 | _optExpr IOptExprContext |
| 4055 | elems []IOptExprContext |
| 4056 | } |
| 4057 | |
| 4058 | func NewEmptyListInitContext() *ListInitContext { |
| 4059 | var p = new(ListInitContext) |
nothing calls this directly
no outgoing calls
no test coverage detected