[JS IR BE] Fix and refactor interop tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function createWrongObject() {
|
||||
return new (JS_TESTS.foo.C);
|
||||
return new (JS_TESTS.C);
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// SKIP_MINIFICATION
|
||||
// This test assumes that external JS code calls Kotlin code directly
|
||||
package foo
|
||||
|
||||
open class A
|
||||
|
||||
|
||||
Reference in New Issue
Block a user