[minor] fix import statement position in testdata

the import statement is (should be) ignored before FILE directive
This commit is contained in:
Ilya Chernikov
2022-07-14 15:26:25 +02:00
parent fa0cda6236
commit e1d19516e8
@@ -1,6 +1,6 @@
// FILE: main.kt
import kotlin.reflect.KClass
// FILE: main.kt
external abstract open class A(
o: String
) {