KJS: remove obsolete kotlin.modules

This commit is contained in:
Zalim Bashorov
2016-12-26 20:04:13 +03:00
parent 3ef1321841
commit d635d7859e
19 changed files with 57 additions and 37 deletions
@@ -28,7 +28,7 @@ class B : A(), C {
override val z = 55
}
fun getPackage() = js("return Kotlin.modules.JS_TESTS.foo")
fun getPackage() = js("return JS_TESTS.foo")
fun box(): String {
val a = B()