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

26 lines
733 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')
PsiWhiteSpace('\n')
PsiErrorElement:Unexpected symbol
PsiElement(RBRACE)('}')
PsiWhiteSpace('\n')
PsiErrorElement:Unexpected symbol
PsiElement(val)('val')
PsiWhiteSpace(' ')
PsiErrorElement:Unexpected symbol
PsiElement(IDENTIFIER)('b')
PsiWhiteSpace(' ')
PsiErrorElement:Unexpected symbol
PsiElement(EQ)('=')
PsiWhiteSpace(' ')
PsiErrorElement:Unexpected symbol
PsiElement(INTEGER_LITERAL)('4')