FILE | |
PsiElement(ASSIGNMENT) | |
PsiElement(ASSIGNABLE_BARE) | |
PsiElement(IDENTIFIER) | |
PsiElement(DeclarativeTokenType.token)('foo') | |
PsiElement(DeclarativeTokenType.=)('=') | |
PsiElement(LITERAL) | |
PsiElement(DeclarativeTokenType.one_line_string_literal)('"some\nstring') | |
PsiWhiteSpace('\n') | |
PsiElement(ASSIGNMENT) | |
PsiElement(ASSIGNABLE_BARE) | |
PsiElement(IDENTIFIER) | |
PsiElement(DeclarativeTokenType.token)('bar') | |
PsiElement(DeclarativeTokenType.=)('=') | |
PsiElement(LITERAL) | |
PsiElement(DeclarativeTokenType.integer_literal)('3') |