diff --git a/runtime/Go/antlr/parser_rule_context.go b/runtime/Go/antlr/parser_rule_context.go index 717d6d758..163c6971e 100644 --- a/runtime/Go/antlr/parser_rule_context.go +++ b/runtime/Go/antlr/parser_rule_context.go @@ -305,7 +305,7 @@ func (prc *BaseParserRuleContext) GetSourceInterval() *Interval { func (prc *BaseParserRuleContext) String(ruleNames []string, stop RuleContext) string { - p := prc + var p ParserRuleContext = prc s := "[" for p != nil && p != stop { if ruleNames == nil {