You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code generated for the following rule, the VarSpecContext.expressionList() method returns a List<TerminalNode<Token>> when in reality the expressionList rule can be called at most 1 time.
Sam Harwell mailto:reply@reply.github.com
February 28, 2012 12:44 PM
In the code generated for the following rule, the VarSpecContext.expressionList() method returns a List<TerminalNode<Token>> when in reality the expressionList rule
can be called at most 1 time.
I think this has to do with the fact that both occurrences of expressionList appear in the same outer alternative of the rule even though at most 1 lies on a path from rule start to stop.
In the code generated for the following rule, the
VarSpecContext.expressionList()
method returns aList<TerminalNode<Token>>
when in reality theexpressionList
rule can be called at most 1 time.The text was updated successfully, but these errors were encountered: