mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
26 lines
734 B
Plaintext
26 lines
734 B
Plaintext
JetFile: 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') |