K2 Scripting: fix testdata for scripts diagnostics tests
This commit is contained in:
committed by
Space Team
parent
5e3f7184d1
commit
b1b1eab35b
@@ -1,5 +0,0 @@
|
||||
// FILE: script.kts
|
||||
|
||||
annotation class Ann
|
||||
|
||||
@<!UNRESOLVED_REFERENCE!>Ann<!><!SYNTAX!><!>
|
||||
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
// FILE: script.kts
|
||||
|
||||
annotation class Ann
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
package test
|
||||
|
||||
class A
|
||||
class F1
|
||||
class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>F1<!>
|
||||
|
||||
// FILE: A.kts
|
||||
package test
|
||||
|
||||
Reference in New Issue
Block a user