105 lines
3.3 KiB
Plaintext
Vendored
105 lines
3.3 KiB
Plaintext
Vendored
KtFile: recoveryWithoutBodyWrongDelegationName.kt
|
|
PACKAGE_DIRECTIVE
|
|
<empty list>
|
|
IMPORT_LIST
|
|
<empty list>
|
|
CLASS
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('A')
|
|
PsiWhiteSpace(' ')
|
|
CLASS_BODY
|
|
PsiElement(LBRACE)('{')
|
|
PsiWhiteSpace('\n ')
|
|
SECONDARY_CONSTRUCTOR
|
|
PsiElement(constructor)('constructor')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiElement(COLON)(':')
|
|
CONSTRUCTOR_DELEGATION_CALL
|
|
PsiErrorElement:Expecting a 'this' or 'super' constructor call
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(IDENTIFIER)('thi')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(LPAR)('(')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(RPAR)(')')
|
|
PsiWhiteSpace('\n ')
|
|
PROPERTY
|
|
PsiElement(val)('val')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('x')
|
|
PsiElement(COLON)(':')
|
|
PsiWhiteSpace(' ')
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('Int')
|
|
PsiWhiteSpace('\n\n ')
|
|
SECONDARY_CONSTRUCTOR
|
|
PsiElement(constructor)('constructor')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiElement(COLON)(':')
|
|
CONSTRUCTOR_DELEGATION_CALL
|
|
PsiErrorElement:Expecting a 'this' or 'super' constructor call
|
|
<empty list>
|
|
PsiWhiteSpace('\n\n ')
|
|
FUN
|
|
MODIFIER_LIST
|
|
ANNOTATION_ENTRY
|
|
PsiElement(AT)('@')
|
|
CONSTRUCTOR_CALLEE
|
|
TYPE_REFERENCE
|
|
USER_TYPE
|
|
REFERENCE_EXPRESSION
|
|
PsiElement(IDENTIFIER)('ann')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(fun)('fun')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('foo')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiWhiteSpace('\n\n ')
|
|
SECONDARY_CONSTRUCTOR
|
|
PsiElement(constructor)('constructor')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiElement(COLON)(':')
|
|
CONSTRUCTOR_DELEGATION_CALL
|
|
PsiErrorElement:Expecting a 'this' or 'super' constructor call
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(IDENTIFIER)('sup')
|
|
PsiWhiteSpace('\n\n ')
|
|
SECONDARY_CONSTRUCTOR
|
|
PsiElement(constructor)('constructor')
|
|
VALUE_PARAMETER_LIST
|
|
PsiElement(LPAR)('(')
|
|
PsiElement(RPAR)(')')
|
|
PsiElement(COLON)(':')
|
|
CONSTRUCTOR_DELEGATION_CALL
|
|
PsiErrorElement:Expecting a 'this' or 'super' constructor call
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(IDENTIFIER)('thi')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(LPAR)('(')
|
|
PsiErrorElement:Expecting member declaration
|
|
PsiElement(RPAR)(')')
|
|
PsiWhiteSpace('\n')
|
|
PsiElement(RBRACE)('}')
|
|
PsiWhiteSpace('\n\n')
|
|
CLASS
|
|
PsiElement(class)('class')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(IDENTIFIER)('B')
|