5437a0e478
^KT-13703 Fixed
43 lines
1.1 KiB
Plaintext
Vendored
43 lines
1.1 KiB
Plaintext
Vendored
KtFile: EnumWithAnnotationKeyword.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
CLASS
|
|
MODIFIER_LIST
|
|
PsiElement(data)('data')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(annotation)('annotation')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(enum)('enum')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('E')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
ENUM_ENTRY
|
|
PsiElement(IDENTIFIER)('D')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}')
|
|
PsiWhiteSpace('\n\n')
|
|
CLASS
|
|
MODIFIER_LIST
|
|
PsiElement(enum)('enum')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(annotation)('annotation')
|
|
PsiErrorElement:'class' keyword is expected after 'enum'
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('E1')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
ENUM_ENTRY
|
|
PsiElement(IDENTIFIER)('D')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}')
|