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 {
|
func (prc *BaseParserRuleContext) String(ruleNames []string, stop RuleContext) string {
|
||||||
|
|
||||||
p := prc
|
var p ParserRuleContext = prc
|
||||||
s := "["
|
s := "["
|
||||||
for p != nil && p != stop {
|
for p != nil && p != stop {
|
||||||
if ruleNames == nil {
|
if ruleNames == nil {
|
||||||
|
|
Loading…
Reference in New Issue