Implement new parsing rules for labels
See changes in expressions.grm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user