Rename: JetNodeTypes.LABEL_REFERENCE -> LABEL

There is LABEL_REFERENCE node in LabeledExpression, but it isn't a reference there
This commit is contained in:
Svetlana Isakova
2014-05-16 15:07:37 +04:00
parent e0f37bbef0
commit cab8709f1c
8 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ JetFile: Super.kt
PsiElement(IDENTIFIER)('Int')
PsiElement(GT)('>')
LABEL_QUALIFIER
LABEL_REFERENCE
LABEL
PsiElement(LABEL_IDENTIFIER)('@label')
PsiElement(DOT)('.')
CALL_EXPRESSION