FILE | |
PsiElement(ASSIGNMENT) | |
PsiElement(ASSIGNABLE_BARE) | |
PsiElement(IDENTIFIER) | |
PsiElement(DeclarativeTokenType.token)('foo') | |
PsiElement(DeclarativeTokenType.=)('=') | |
PsiElement(LITERAL) | |
PsiElement(DeclarativeTokenType.boolean)('true') | |
PsiElement(DeclarativeTokenType.;)(';') | |
PsiElement(ASSIGNMENT) | |
PsiElement(ASSIGNABLE_BARE) | |
PsiElement(IDENTIFIER) | |
PsiElement(DeclarativeTokenType.token)('bar') | |
PsiElement(DeclarativeTokenType.=)('=') | |
PsiElement(LITERAL) | |
PsiElement(DeclarativeTokenType.integer_literal)('4') |