Fix type decl

This commit is contained in:
Peter Boyer 2016-10-17 12:04:05 -04:00
parent 191b8f9d58
commit 07f7dae78f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {