Actualize PSI spec tests after fix KT-27762
This commit is contained in:
+16
-1
@@ -282,4 +282,19 @@ KtFile: 1.2.kt
|
|||||||
PsiElement(INTEGER_LITERAL)('1')
|
PsiElement(INTEGER_LITERAL)('1')
|
||||||
PsiElement(DOT)('.')
|
PsiElement(DOT)('.')
|
||||||
PsiErrorElement:Expecting an element
|
PsiErrorElement:Expecting an element
|
||||||
PsiElement(BAD_CHARACTER)('35\nval value = 3.5')
|
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')
|
||||||
+16
-1
@@ -282,4 +282,19 @@ KtFile: 3.3.kt
|
|||||||
PsiElement(INTEGER_LITERAL)('1')
|
PsiElement(INTEGER_LITERAL)('1')
|
||||||
PsiElement(DOT)('.')
|
PsiElement(DOT)('.')
|
||||||
PsiErrorElement:Expecting an element
|
PsiErrorElement:Expecting an element
|
||||||
PsiElement(BAD_CHARACTER)('35f\nval value = 3.5F')
|
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')
|
||||||
Reference in New Issue
Block a user