Minor, get rid of repeating parsing semantics

This commit is contained in:
Denis Zharkov
2015-05-15 12:23:59 +03:00
parent 1df08cfa6c
commit 083966389a
5 changed files with 20 additions and 26 deletions
@@ -93,7 +93,7 @@ JetFile: primaryConstructor.kt
PsiWhiteSpace(' ')
PsiElement(private)('private')
PsiWhiteSpace(' ')
PsiErrorElement:Expected modifier or annotation after '@'
PsiErrorElement:Expected annotation identifier after '@'
PsiElement(AT)('@')
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
@@ -126,7 +126,7 @@ JetFile: primaryConstructor.kt
PsiWhiteSpace(' ')
PsiElement(private)('@private')
PsiWhiteSpace(' ')
PsiErrorElement:Expected modifier or annotation after '@'
PsiErrorElement:Expected annotation identifier after '@'
PsiElement(AT)('@')
VALUE_PARAMETER_LIST
PsiElement(LPAR)('(')
@@ -201,7 +201,7 @@ JetFile: primaryConstructor.kt
PsiWhiteSpace(' ')
PsiElement(private)('@private')
PsiWhiteSpace(' ')
PsiErrorElement:Expected modifier or annotation after '@'
PsiErrorElement:Expected annotation identifier after '@'
PsiElement(AT)('@')
PsiWhiteSpace(' ')
ANNOTATION