Changed parsing of object and enum entries to drop "KtObjectDeclarationName"
This commit is contained in:
+1
-2
@@ -22,8 +22,7 @@ JetFile: ImportRecovery.kt
|
||||
OBJECT_DECLARATION
|
||||
PsiElement(object)('object')
|
||||
PsiWhiteSpace(' ')
|
||||
OBJECT_DECLARATION_NAME
|
||||
PsiElement(IDENTIFIER)('StyleSheetOrigin')
|
||||
PsiElement(IDENTIFIER)('StyleSheetOrigin')
|
||||
PsiWhiteSpace(' ')
|
||||
CLASS_BODY
|
||||
PsiElement(LBRACE)('{')
|
||||
|
||||
Reference in New Issue
Block a user