Reuse class loader for kotlin-runtime.jar in codegen tests

Also delete questionable ClassPathInParentClassLoaderTest
This commit is contained in:
Alexander Udalov
2015-02-25 14:23:21 +03:00
parent b99b1883bc
commit 6f0ccbfab8
9 changed files with 63 additions and 125 deletions
@@ -1,9 +0,0 @@
import java.lang.String;
class J {
String value;
J(String value) {
this.value = value;
}
}
@@ -1 +0,0 @@
fun doTest() = J("OK").value