| KtFile: TraitConstructor.kt | |
| PACKAGE_DIRECTIVE | |
| <empty list> | |
| IMPORT_LIST | |
| <empty list> | |
| PsiComment(EOL_COMMENT)('// COMPILATION_ERRORS') | |
| PsiWhiteSpace('\n\n') | |
| CLASS | |
| PsiElement(interface)('interface') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('TestTrait') | |
| PRIMARY_CONSTRUCTOR | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| VALUE_PARAMETER | |
| PsiElement(val)('val') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('a') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Int') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| VALUE_PARAMETER | |
| PsiElement(var)('var') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('b') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('String') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('c') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Double') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace('\n') | |
| CLASS | |
| PsiElement(interface)('interface') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('TestTrait') | |
| PRIMARY_CONSTRUCTOR | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| PsiElement(RPAR)(')') |