Fix test data after 4725dd3
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
val f = 1 >
|
||||
<error descr="[DECLARATION_IN_ILLEGAL_CONTEXT] Declarations are not allowed in this position">val g: Int = 3</error>
|
||||
val f = 1 <error>></error><EOLError descr="Expecting an element"></EOLError>
|
||||
val g: Int = 3
|
||||
|
||||
@@ -2,3 +2,4 @@ PsiJetFileStubImpl[package=]
|
||||
PACKAGE_DIRECTIVE:
|
||||
IMPORT_LIST:
|
||||
PROPERTY:[fqName=a, hasDelegate=true, hasDelegateExpression=true, hasInitializer=false, hasReturnTypeRef=false, isExtension=false, isTopLevel=true, isVar=false, name=a]
|
||||
PROPERTY:[fqName=b, hasDelegate=false, hasDelegateExpression=false, hasInitializer=true, hasReturnTypeRef=false, isExtension=false, isTopLevel=true, isVar=false, name=b]
|
||||
|
||||
Reference in New Issue
Block a user