Regenerate .txt testData
Add newline to EOF, trim trailing spaces
This commit is contained in:
@@ -90,4 +90,4 @@ JetFile: fileAnnotationInWrongPlace.kt
|
||||
PsiWhiteSpace('\n')
|
||||
PsiElement(trait)('trait')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(IDENTIFIER)('T')
|
||||
PsiElement(IDENTIFIER)('T')
|
||||
@@ -36,4 +36,4 @@ JetFile: manyAnnotationBlocks.kt
|
||||
PsiElement(package)('package')
|
||||
PsiWhiteSpace(' ')
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('bar')
|
||||
PsiElement(IDENTIFIER)('bar')
|
||||
@@ -31,4 +31,4 @@ JetFile: manyInOneAnnotationBlock.kt
|
||||
PsiElement(package)('package')
|
||||
PsiWhiteSpace(' ')
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('bar')
|
||||
PsiElement(IDENTIFIER)('bar')
|
||||
@@ -85,4 +85,4 @@ JetFile: nonFIleAnnotationBeforePackage.kt
|
||||
PsiElement(package)('package')
|
||||
PsiWhiteSpace(' ')
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('boo')
|
||||
PsiElement(IDENTIFIER)('boo')
|
||||
@@ -17,4 +17,4 @@ JetFile: single.kt
|
||||
PsiElement(package)('package')
|
||||
PsiWhiteSpace(' ')
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('bar')
|
||||
PsiElement(IDENTIFIER)('bar')
|
||||
+1
-1
@@ -39,4 +39,4 @@ JetFile: withoutFileAnnotationAndPackageDeclaration.kt
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(class)('class')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(IDENTIFIER)('ann')
|
||||
PsiElement(IDENTIFIER)('ann')
|
||||
@@ -57,4 +57,4 @@ JetFile: withoutPackage.kt
|
||||
PsiWhiteSpace(' ')
|
||||
BLOCK
|
||||
PsiElement(LBRACE)('{')
|
||||
PsiElement(RBRACE)('}')
|
||||
PsiElement(RBRACE)('}')
|
||||
Reference in New Issue
Block a user