| KtFile: localClass.kts | |
| PACKAGE_DIRECTIVE | |
| <empty list> | |
| IMPORT_LIST | |
| <empty list> | |
| SCRIPT | |
| BLOCK | |
| CLASS | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('TopLevelClass') | |
| PsiWhiteSpace('\n\n') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('foo') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('action') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| FUNCTION_TYPE | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| PsiElement(ARROW)('->') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Unit') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| CLASS | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('LocalClass1') | |
| PsiWhiteSpace('\n\n ') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('localFun1') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('i') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Int') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n ') | |
| PROPERTY | |
| PsiElement(val)('val') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('localVal1') | |
| PsiWhiteSpace(' ') | |
| PsiElement(EQ)('=') | |
| PsiWhiteSpace(' ') | |
| INTEGER_CONSTANT | |
| PsiElement(INTEGER_LITERAL)('1') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n\n') | |
| SCRIPT_INITIALIZER | |
| IF | |
| PsiElement(if)('if') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LPAR)('(') | |
| CONDITION | |
| BOOLEAN_CONSTANT | |
| PsiElement(true)('true') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| THEN | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| CLASS | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('LocalClass2') | |
| PsiWhiteSpace('\n ') | |
| CALL_EXPRESSION | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('LocalClass2') | |
| VALUE_ARGUMENT_LIST | |
| PsiElement(LPAR)('(') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace('\n ') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('localFun2') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n ') | |
| PROPERTY | |
| PsiElement(val)('val') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('localVal2') | |
| PsiWhiteSpace(' ') | |
| PsiElement(EQ)('=') | |
| PsiWhiteSpace(' ') | |
| BOOLEAN_CONSTANT | |
| PsiElement(false)('false') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n\n') | |
| PsiComment(EOL_COMMENT)('// last statement') | |
| PsiWhiteSpace('\n') | |
| SCRIPT_INITIALIZER | |
| CALL_EXPRESSION | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('foo') | |
| PsiWhiteSpace(' ') | |
| LAMBDA_ARGUMENT | |
| LAMBDA_EXPRESSION | |
| FUNCTION_LITERAL | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| BLOCK | |
| CLASS | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('LocalClass3') | |
| PsiWhiteSpace('\n\n ') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('localFun3') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| PsiElement(EQ)('=') | |
| PsiWhiteSpace(' ') | |
| BOOLEAN_CONSTANT | |
| PsiElement(true)('true') | |
| PsiWhiteSpace('\n ') | |
| PROPERTY | |
| PsiElement(val)('val') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('localVal3') | |
| PsiWhiteSpace(' ') | |
| PsiElement(EQ)('=') | |
| PsiWhiteSpace(' ') | |
| STRING_TEMPLATE | |
| PsiElement(OPEN_QUOTE)('"') | |
| LITERAL_STRING_TEMPLATE_ENTRY | |
| PsiElement(REGULAR_STRING_PART)('str') | |
| PsiElement(CLOSING_QUOTE)('"') | |
| PsiWhiteSpace('\n ') | |
| CALL_EXPRESSION | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('LocalClass3') | |
| VALUE_ARGUMENT_LIST | |
| PsiElement(LPAR)('(') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') |