| KtFile: contextReceiversOnClass.kt | |
| PACKAGE_DIRECTIVE | |
| <empty list> | |
| IMPORT_LIST | |
| <empty list> | |
| PsiComment(EOL_COMMENT)('// LANGUAGE: +ContextReceivers') | |
| PsiWhiteSpace('\n\n') | |
| CLASS | |
| MODIFIER_LIST | |
| PsiElement(annotation)('annotation') | |
| PsiWhiteSpace(' ') | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('MyAnnotation') | |
| PsiWhiteSpace('\n\n') | |
| CLASS | |
| MODIFIER_LIST | |
| CONTEXT_RECEIVER_LIST | |
| PsiElement(context)('context') | |
| PsiElement(LPAR)('(') | |
| CONTEXT_RECEIVER | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('A') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| CONTEXT_RECEIVER | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('B') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace('\n') | |
| ANNOTATION_ENTRY | |
| PsiElement(AT)('@') | |
| CONSTRUCTOR_CALLEE | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('MyAnnotation') | |
| PsiWhiteSpace('\n') | |
| PsiElement(private)('private') | |
| PsiWhiteSpace(' ') | |
| PsiElement(open)('open') | |
| PsiWhiteSpace(' ') | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('ContextReceiversOnClass') | |
| PsiWhiteSpace(' ') | |
| CLASS_BODY | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n\n') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n\n') | |
| CLASS | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('A') | |
| PsiWhiteSpace(' ') | |
| CLASS_BODY | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| PROPERTY | |
| PsiElement(val)('val') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('valueA') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Int') | |
| PsiWhiteSpace(' ') | |
| PsiElement(EQ)('=') | |
| PsiWhiteSpace(' ') | |
| INTEGER_CONSTANT | |
| PsiElement(INTEGER_LITERAL)('10') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n\n') | |
| CLASS | |
| PsiElement(class)('class') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('B') | |
| PsiWhiteSpace(' ') | |
| CLASS_BODY | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| PROPERTY | |
| PsiElement(val)('val') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('valueB') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Int') | |
| PsiWhiteSpace(' ') | |
| PsiElement(EQ)('=') | |
| PsiWhiteSpace(' ') | |
| INTEGER_CONSTANT | |
| PsiElement(INTEGER_LITERAL)('11') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') |