Parse annotations on lambda-argument
This commit is contained in:
@@ -225,10 +225,13 @@ postfixUnaryOperation
|
||||
;
|
||||
|
||||
callSuffix
|
||||
: typeArguments? valueArguments (labelDefinition? functionLiteral)
|
||||
: typeArguments (labelDefinition? functionLiteral)
|
||||
: typeArguments? valueArguments annotatedLambda
|
||||
: typeArguments annotatedLambda
|
||||
;
|
||||
|
||||
annotatedLambda
|
||||
: ("@" annotationEntry)* labelDefinition? functionLiteral
|
||||
|
||||
memberAccessOperation
|
||||
: "." : "?." : "?"
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user