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 224d6d4 commit 65f5a61Copy full SHA for 65f5a61
src/NHibernate/Hql/Ast/ANTLR/Hql.g
@@ -600,7 +600,7 @@ vectorExpr
600
// NOTE: handleDotIdent() is called immediately after the first IDENT is recognized because
601
// the method looks a head to find keywords after DOT and turns them into identifiers.
602
identPrimary
603
- : identifier { HandleDotIdent(); }
+ : identifier {{ HandleDotIdent(); }}
604
( options {greedy=true;} : DOT^ ( identifier | o=OBJECT { $o.Type = IDENT; } ) )*
605
( ( op=OPEN^ { $op.Type = METHOD_CALL;} exprList CLOSE! )
606
)?
0 commit comments