59 lines
1.5 KiB
Plaintext
Vendored
59 lines
1.5 KiB
Plaintext
Vendored
KtFile: InterfaceWithEnumKeyword.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
CLASS
|
|
MODIFIER_LIST
|
|
PsiElement(enum)('enum')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(interface)('interface')
|
|
PsiErrorElement:Name expected
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
CLASS
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('E1')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(IDENTIFIER)('D')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}')
|
|
PsiWhiteSpace('\n\n')
|
|
CLASS
|
|
PsiElement(interface)('interface')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('enum')
|
|
PsiWhiteSpace(' ')
|
|
CLASS
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('E2')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(IDENTIFIER)('D')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}')
|
|
PsiWhiteSpace('\n\n')
|
|
CLASS
|
|
MODIFIER_LIST
|
|
PsiElement(enum)('enum')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(interface)('interface')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('E3')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
ENUM_ENTRY
|
|
PsiElement(IDENTIFIER)('D')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}') |