K2 Scripting: fix testdata for scripts diagnostics tests

This commit is contained in:
Ilya Chernikov
2023-06-25 14:52:59 +02:00
committed by Space Team
parent 5e3f7184d1
commit b1b1eab35b
6 changed files with 11 additions and 6 deletions
@@ -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
@@ -2,7 +2,7 @@
package test
class A
class F1
class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>F1<!>
// FILE: A.kts
package test