| KtFile: suggestGuardSyntax.kt | |
| PACKAGE_DIRECTIVE | |
| <empty list> | |
| IMPORT_LIST | |
| <empty list> | |
| PsiComment(EOL_COMMENT)('// COMPILATION_ERRORS') | |
| PsiWhiteSpace('\n\n') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('wrongAnd') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('x') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Any') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('boolExpr') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Boolean') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| WHEN | |
| PsiElement(when)('when') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LPAR)('(') | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('x') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| WHEN_ENTRY | |
| WHEN_CONDITION_IS_PATTERN | |
| PsiElement(is)('is') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('String') | |
| PsiWhiteSpace(' ') | |
| PsiErrorElement:Unexpected '&&', use 'if' to introduce additional conditions; see https://kotl.in/guards-in-when | |
| PsiElement(ANDAND)('&&') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('boolExpr') | |
| PsiWhiteSpace(' ') | |
| PsiElement(ARROW)('->') | |
| PsiWhiteSpace(' ') | |
| STRING_TEMPLATE | |
| PsiElement(OPEN_QUOTE)('"') | |
| LITERAL_STRING_TEMPLATE_ENTRY | |
| PsiElement(REGULAR_STRING_PART)('hello') | |
| PsiElement(CLOSING_QUOTE)('"') | |
| PsiWhiteSpace('\n ') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n\n') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('comma') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('x') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Any') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('boolExpr') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Boolean') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| WHEN | |
| PsiElement(when)('when') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LPAR)('(') | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('x') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| WHEN_ENTRY | |
| WHEN_CONDITION_IS_PATTERN | |
| PsiElement(is)('is') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('String') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| WHEN_CONDITION_IS_PATTERN | |
| PsiElement(is)('is') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Int') | |
| PsiWhiteSpace(' ') | |
| PsiErrorElement:Unexpected '&&', use 'if' to introduce additional conditions; see https://kotl.in/guards-in-when | |
| PsiElement(ANDAND)('&&') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('boolExpr') | |
| PsiWhiteSpace(' ') | |
| PsiElement(ARROW)('->') | |
| PsiWhiteSpace(' ') | |
| STRING_TEMPLATE | |
| PsiElement(OPEN_QUOTE)('"') | |
| LITERAL_STRING_TEMPLATE_ENTRY | |
| PsiElement(REGULAR_STRING_PART)('hello') | |
| PsiElement(CLOSING_QUOTE)('"') | |
| PsiWhiteSpace('\n ') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n\n') | |
| FUN | |
| PsiElement(fun)('fun') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('elseAndAnd') | |
| VALUE_PARAMETER_LIST | |
| PsiElement(LPAR)('(') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('x') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Boolean') | |
| PsiElement(COMMA)(',') | |
| PsiWhiteSpace(' ') | |
| VALUE_PARAMETER | |
| PsiElement(IDENTIFIER)('boolExpr') | |
| PsiElement(COLON)(':') | |
| PsiWhiteSpace(' ') | |
| TYPE_REFERENCE | |
| USER_TYPE | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('Boolean') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| BLOCK | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| WHEN | |
| PsiElement(when)('when') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LPAR)('(') | |
| REFERENCE_EXPRESSION | |
| PsiElement(IDENTIFIER)('x') | |
| PsiElement(RPAR)(')') | |
| PsiWhiteSpace(' ') | |
| PsiElement(LBRACE)('{') | |
| PsiWhiteSpace('\n ') | |
| WHEN_ENTRY | |
| PsiElement(else)('else') | |
| PsiWhiteSpace(' ') | |
| PsiErrorElement:Unexpected '&&', use 'if' to introduce additional conditions; see https://kotl.in/guards-in-when | |
| PsiElement(ANDAND)('&&') | |
| PsiWhiteSpace(' ') | |
| PsiElement(IDENTIFIER)('boolExpr') | |
| PsiWhiteSpace(' ') | |
| PsiElement(ARROW)('->') | |
| PsiWhiteSpace(' ') | |
| STRING_TEMPLATE | |
| PsiElement(OPEN_QUOTE)('"') | |
| LITERAL_STRING_TEMPLATE_ENTRY | |
| PsiElement(REGULAR_STRING_PART)('hello') | |
| PsiElement(CLOSING_QUOTE)('"') | |
| PsiWhiteSpace('\n ') | |
| PsiElement(RBRACE)('}') | |
| PsiWhiteSpace('\n') | |
| PsiElement(RBRACE)('}') |