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
+1 -1
View File
@@ -11,7 +11,7 @@ object A {
}
fun test() = js("""
var a = Kotlin.modules.JS_TESTS.foo.A;
var a = JS_TESTS.foo.A;
return a.js_f(23) + ";" + a.js_g(42) + ";" + a.js_p + ";" + a.js_q;
""")