Fix annotation list parsing: @identifier:[a b c]

This commit is contained in:
Yan Zhulanow
2015-08-25 21:01:52 +03:00
parent 440379dfad
commit 0c87639514
2 changed files with 45 additions and 25 deletions
@@ -39,7 +39,7 @@ JetFile: nonFIleAnnotationBeforePackage.kt
PsiWhiteSpace('\n')
ANNOTATION_ENTRY
PsiElement(AT)('@')
PsiErrorElement:Expected 'file' keyword as target
PsiErrorElement:Expected 'file' keyword before ':'
PsiElement(IDENTIFIER)('fil')
PsiElement(COLON)(':')
CONSTRUCTOR_CALLEE