Grammar: obsolete 'annotationEntry' changed to 'unescapedAnnotation' in a few places

(cherry picked from commit d9818bd)
This commit is contained in:
Mikhail Glukhikh
2016-07-19 13:54:45 +03:00
committed by Mikhail Glukhikh
parent 75832f9d80
commit 8bdc88f763
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ callSuffix
;
annotatedLambda
: ("@" annotationEntry)* labelDefinition? functionLiteral
: ("@" unescapedAnnotation)* labelDefinition? functionLiteral
memberAccessOperation
: "." : "?." : "?"
+1 -1
View File
@@ -24,7 +24,7 @@ fileAnnotations
;
fileAnnotation
: "@" "file" ":" ("[" annotationEntry+ "]" | annotationEntry)
: "@" "file" ":" ("[" unescapedAnnotation+ "]" | unescapedAnnotation)
;
packageHeader