Files
kotlin/compiler/testData/parseCodeFragment/block/oneStatement.txt
2017-05-18 20:00:17 +03:00

11 lines
268 B
Plaintext
Vendored

KtFile: fragment.kt
BLOCK
PROPERTY
PsiElement(val)('val')
PsiWhiteSpace(' ')
PsiElement(IDENTIFIER)('a')
PsiWhiteSpace(' ')
PsiElement(EQ)('=')
PsiWhiteSpace(' ')
INTEGER_CONSTANT
PsiElement(INTEGER_LITERAL)('1')