diff --git a/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/1.2.txt b/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/1.2.txt index d2a4a38610e..b9dc43313fa 100644 --- a/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/1.2.txt +++ b/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/1.2.txt @@ -282,4 +282,19 @@ KtFile: 1.2.kt PsiElement(INTEGER_LITERAL)('1') PsiElement(DOT)('.') PsiErrorElement:Expecting an element - PsiElement(BAD_CHARACTER)(' 35\nval value = 3 .5') \ No newline at end of file + PsiElement(BAD_CHARACTER)(' ') + PsiErrorElement:Property getter or setter expected + PsiElement(INTEGER_LITERAL)('35') + PsiWhiteSpace('\n') + PROPERTY + PsiElement(val)('val') + PsiWhiteSpace(' ') + PsiElement(IDENTIFIER)('value') + PsiWhiteSpace(' ') + PsiElement(EQ)('=') + PsiWhiteSpace(' ') + INTEGER_CONSTANT + PsiElement(INTEGER_LITERAL)('3') + PsiErrorElement:Property getter or setter expected + PsiElement(BAD_CHARACTER)(' ') + PsiElement(FLOAT_CONSTANT)('.5') \ No newline at end of file diff --git a/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/3.3.txt b/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/3.3.txt index 8a6f542b255..2d8ab7791ae 100644 --- a/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/3.3.txt +++ b/compiler/tests-spec/testData/psi/linked/constant-literals/real-literals/p-1/neg/3.3.txt @@ -282,4 +282,19 @@ KtFile: 3.3.kt PsiElement(INTEGER_LITERAL)('1') PsiElement(DOT)('.') PsiErrorElement:Expecting an element - PsiElement(BAD_CHARACTER)(' 35f\nval value = 3 .5F') \ No newline at end of file + PsiElement(BAD_CHARACTER)(' ') + PsiErrorElement:Property getter or setter expected + PsiElement(FLOAT_CONSTANT)('35f') + PsiWhiteSpace('\n') + PROPERTY + PsiElement(val)('val') + PsiWhiteSpace(' ') + PsiElement(IDENTIFIER)('value') + PsiWhiteSpace(' ') + PsiElement(EQ)('=') + PsiWhiteSpace(' ') + INTEGER_CONSTANT + PsiElement(INTEGER_LITERAL)('3') + PsiErrorElement:Property getter or setter expected + PsiElement(BAD_CHARACTER)(' ') + PsiElement(FLOAT_CONSTANT)('.5F') \ No newline at end of file