Introduce ++ operator into grammar

This commit is contained in:
Denis Zharkov
2015-05-05 12:33:11 +03:00
parent b924f35ed3
commit aa7bae213d
4 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ annotation
;
annotationEntry
: "@"? SimpleName{"."} typeArguments? valueArguments?
: "@"? ++ SimpleName{"."} typeArguments? valueArguments?
;