Fixed tests.
#KT-1799 fixed
This commit is contained in:
@@ -13,7 +13,7 @@ JetFile: functionTypes.jet
|
||||
PsiWhiteSpace('\n')
|
||||
PsiElement(RBRACE)('}')
|
||||
PsiWhiteSpace('\n\n')
|
||||
PsiErrorElement:Expecting namespace or top level declaration
|
||||
PsiErrorElement:Expecting package directive or top level declaration
|
||||
PsiElement(package)('package')
|
||||
PsiWhiteSpace(' ')
|
||||
MODIFIER_LIST
|
||||
@@ -24,7 +24,7 @@ JetFile: functionTypes.jet
|
||||
REFERENCE_EXPRESSION
|
||||
PsiElement(IDENTIFIER)('n')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiErrorElement:Expecting namespace or top level declaration
|
||||
PsiErrorElement:Expecting package directive or top level declaration
|
||||
PsiElement(LBRACE)('{')
|
||||
PsiWhiteSpace('\n ')
|
||||
CLASS
|
||||
@@ -34,7 +34,7 @@ JetFile: functionTypes.jet
|
||||
PsiWhiteSpace('\n')
|
||||
TYPE_PARAMETER_LIST
|
||||
<empty list>
|
||||
PsiErrorElement:Expecting namespace or top level declaration
|
||||
PsiErrorElement:Expecting package directive or top level declaration
|
||||
PsiElement(RBRACE)('}')
|
||||
PsiWhiteSpace('\n')
|
||||
CLASS
|
||||
|
||||
Reference in New Issue
Block a user