We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf17cc commit eedcb84Copy full SHA for eedcb84
Rubberduck.Parsing/Grammar/VBAParser.g4
@@ -520,6 +520,7 @@ visibility : PRIVATE | PUBLIC | FRIEND | GLOBAL;
520
521
// 5.6 Expressions
522
expression :
523
+ // Literal Expression has to come before lExpression, otherwise it'll be classified as simple name expression instead.
524
literalExpression # literalExpr
525
| lExpression # lExpr
526
| builtInType # builtInTypeExpr
0 commit comments