Files
kotlin/compiler/testData/parseCodeFragment/block/oneStatement.txt
2014-05-15 13:54:25 +04:00

11 lines
269 B
Plaintext

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