forked from jasder/antlr
Fix type decl
This commit is contained in:
parent
191b8f9d58
commit
07f7dae78f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue