[JS IR BE] Fix and refactor interop tests

This commit is contained in:
Svyatoslav Kuzmich
2019-02-14 19:43:22 +03:00
parent 569187a751
commit a736756ceb
37 changed files with 54 additions and 58 deletions
@@ -5,6 +5,7 @@ package foo
var global = ""
open class A {
@JsName("foo")
open fun foo(x: Int = 23) {
global += "A.foo($x);"
}