84e4611d2b
Support for the keyword in PSI and stubs #KT-1174 In Progress
24 lines
602 B
Plaintext
24 lines
602 B
Plaintext
JetFile: Inner.jet
|
|
NAMESPACE_HEADER
|
|
<empty list>
|
|
CLASS
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('Outer')
|
|
PsiWhiteSpace(' ')
|
|
TYPE_PARAMETER_LIST
|
|
<empty list>
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
CLASS
|
|
MODIFIER_LIST
|
|
PsiElement(inner)('inner')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('Inner')
|
|
PsiWhiteSpace('\n')
|
|
TYPE_PARAMETER_LIST
|
|
<empty list>
|
|
PsiElement(RBRACE)('}') |