Minor. Syntax error cosmetics.
This commit is contained in:
committed by
Andrey Breslav
parent
0d79c65d73
commit
c242ad94fd
@@ -10,17 +10,17 @@ JetFile: fragment.kt
|
||||
INTEGER_CONSTANT
|
||||
PsiElement(INTEGER_LITERAL)('1')
|
||||
PsiWhiteSpace('\n')
|
||||
PsiErrorElement:unexpected symbol
|
||||
PsiErrorElement:Unexpected symbol
|
||||
PsiElement(RBRACE)('}')
|
||||
PsiWhiteSpace('\n')
|
||||
PsiErrorElement:unexpected symbol
|
||||
PsiErrorElement:Unexpected symbol
|
||||
PsiElement(val)('val')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiErrorElement:unexpected symbol
|
||||
PsiErrorElement:Unexpected symbol
|
||||
PsiElement(IDENTIFIER)('b')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiErrorElement:unexpected symbol
|
||||
PsiErrorElement:Unexpected symbol
|
||||
PsiElement(EQ)('=')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiErrorElement:unexpected symbol
|
||||
PsiErrorElement:Unexpected symbol
|
||||
PsiElement(INTEGER_LITERAL)('4')
|
||||
Reference in New Issue
Block a user