Rename test files to scripts to trigger proper scripting initialization

fix generation config accordingly
This commit is contained in:
Ilya Chernikov
2019-02-04 14:56:23 +01:00
parent 2b67dbe8dd
commit 2c02ee3d29
10 changed files with 308 additions and 352 deletions
@@ -0,0 +1,12 @@
// FILE: f1.kt
package test
class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>A<!>
class F1
// FILE: A.kts
package test
val x = 1
class F1