48 lines
1.3 KiB
Plaintext
Vendored
48 lines
1.3 KiB
Plaintext
Vendored
KtFile: InvalidCharAfterPropertyName.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
CLASS
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('C')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
PROPERTY
|
|
PsiElement(val)('val')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('prop')
|
|
PsiElement(COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('XX')
|
|
PsiErrorElement:Property getter or setter expected
|
|
PsiElement(BAD_CHARACTER)('$')
|
|
PsiElement(LT)('<')
|
|
PsiElement(IDENTIFIER)('caret')
|
|
PsiElement(GT)('>')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('run')
|
|
PsiWhiteSpace(' ')
|
|
FUN
|
|
PsiErrorElement:Expecting member declaration
|
|
<empty list>
|
|
BLOCK
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n\n ')
|
|
PsiElement(RBRACE)('}')
|
|
PsiWhiteSpace('\n\n ')
|
|
CLASS
|
|
PsiElement(interface)('interface')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('I')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}')
|