Drop obsolete annotations syntax

This commit is contained in:
Denis Zharkov
2015-06-09 13:55:03 +03:00
parent 26864a4407
commit cf4b1ab7cd
133 changed files with 584 additions and 887 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
[file: foo]
[file:bar baz]
@file:[ foo]
@file:[bar baz]
package bar
+5 -3
View File
@@ -1,9 +1,10 @@
JetFile: manyAnnotationsOnFile.kts
FILE_ANNOTATION_LIST
ANNOTATION
PsiElement(LBRACKET)('[')
PsiElement(AT)('@')
PsiElement(file)('file')
PsiElement(COLON)(':')
PsiElement(LBRACKET)('[')
PsiWhiteSpace(' ')
ANNOTATION_ENTRY
CONSTRUCTOR_CALLEE
@@ -14,9 +15,10 @@ JetFile: manyAnnotationsOnFile.kts
PsiElement(RBRACKET)(']')
PsiWhiteSpace('\n')
ANNOTATION
PsiElement(LBRACKET)('[')
PsiElement(AT)('@')
PsiElement(file)('file')
PsiElement(COLON)(':')
PsiElement(LBRACKET)('[')
ANNOTATION_ENTRY
CONSTRUCTOR_CALLEE
TYPE_REFERENCE
@@ -41,4 +43,4 @@ JetFile: manyAnnotationsOnFile.kts
<empty list>
SCRIPT
BLOCK
<empty list>
<empty list>