Changed parsing of object and enum entries to drop "KtObjectDeclarationName"
This commit is contained in:
+1
-2
@@ -27,8 +27,7 @@ JetFile: EnumOldConstructorSyntax.kt
|
||||
PsiElement(LBRACE)('{')
|
||||
PsiWhiteSpace('\n ')
|
||||
ENUM_ENTRY
|
||||
OBJECT_DECLARATION_NAME
|
||||
PsiElement(IDENTIFIER)('FIRST')
|
||||
PsiElement(IDENTIFIER)('FIRST')
|
||||
PsiErrorElement:Expecting ';' after the last enum entry or '}' to close enum class body
|
||||
<empty list>
|
||||
PsiErrorElement:Expecting member declaration
|
||||
|
||||
Reference in New Issue
Block a user