Grammar: obsolete 'annotationEntry' changed to 'unescapedAnnotation' in a few places
(cherry picked from commit d9818bd)
This commit is contained in:
committed by
Mikhail Glukhikh
parent
75832f9d80
commit
8bdc88f763
@@ -229,7 +229,7 @@ callSuffix
|
||||
;
|
||||
|
||||
annotatedLambda
|
||||
: ("@" annotationEntry)* labelDefinition? functionLiteral
|
||||
: ("@" unescapedAnnotation)* labelDefinition? functionLiteral
|
||||
|
||||
memberAccessOperation
|
||||
: "." : "?." : "?"
|
||||
|
||||
@@ -24,7 +24,7 @@ fileAnnotations
|
||||
;
|
||||
|
||||
fileAnnotation
|
||||
: "@" "file" ":" ("[" annotationEntry+ "]" | annotationEntry)
|
||||
: "@" "file" ":" ("[" unescapedAnnotation+ "]" | unescapedAnnotation)
|
||||
;
|
||||
|
||||
packageHeader
|
||||
|
||||
Reference in New Issue
Block a user