Implement new parsing rules for labels

See changes in expressions.grm
This commit is contained in:
Denis Zharkov
2015-04-27 12:34:12 +03:00
parent 0d76634f6b
commit 507eefcaa5
20 changed files with 1048 additions and 109 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ JetFile: Super.kt
PsiElement(GT)('>')
LABEL_QUALIFIER
LABEL
PsiElement(LABEL_IDENTIFIER)('@label')
PsiElement(AT)('@')
PsiElement(IDENTIFIER)('label')
PsiElement(DOT)('.')
CALL_EXPRESSION
REFERENCE_EXPRESSION