Imports moved from under the script node to top level

This commit is contained in:
Andrey Breslav
2014-03-28 15:48:20 +04:00
parent 7bdc56d895
commit d5eea09146
7 changed files with 61 additions and 40 deletions
@@ -132,7 +132,7 @@ fun main(args: Array<String>) {
}
testClass(javaClass<AbstractJetParsingTest>()) {
model("psi", testMethod = "doParsingTest")
model("psi", testMethod = "doParsingTest", pattern = "^(.*)\\.kts?$")
}
GenerateRangesCodegenTestData.main(array<String>())