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