f(foo<a, b>(x)) is parsed as a call(call(...))
This commit is contained in:
@@ -58,7 +58,7 @@ elvisOperation
|
||||
|
||||
// ATTENTION
|
||||
infixFunctionCall
|
||||
: rangeExpression (SimpleName (typeParameters | rangeExpression))*
|
||||
: rangeExpression (SimpleName (typeArguments | rangeExpression))*
|
||||
;
|
||||
|
||||
rangeExpression
|
||||
@@ -168,7 +168,7 @@ prefixUnaryOperation
|
||||
postfixUnaryOperation
|
||||
: "++" : "--"
|
||||
: typeArguments? valueArguments
|
||||
: typeArguments
|
||||
// : typeArguments // TODO:
|
||||
: arrayAccess
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user