tkobayas commented on code in PR #5806:
URL:
https://github.com/apache/incubator-kie-drools/pull/5806#discussion_r1540766446
##########
drools-drl/drools-drl-parser/src/main/antlr4/org/drools/drl/parser/antlr4/DRL6Expressions.g4:
##########
@@ -671,7 +672,6 @@ primary returns [BaseDescr result]
: expr=parExpression { if( buildDescr ) { $result = $expr.result; } }
| nonWildcardTypeArguments (explicitGenericInvocationSuffix | this_key
arguments)
| literal { if( buildDescr ) { $result = new AtomicExprDescr(
$literal.text, true ); } }
- | this_key (DOT drlIdentifier)* identifierSuffix?
Review Comment:
This line was added by
https://github.com/apache/incubator-kie-drools/pull/5791 , but now `this` is
handled by the later lines `| i1=drlIdentifier ...` which can process `DOT`,
`HASH` and `NULL_SAFE_DOT`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]