[JS IR BE] make default argument lowering support per-file mode

This commit is contained in:
Anton Bannykh
2018-10-19 18:15:40 +03:00
committed by Anton Bannykh
parent 4c30888d89
commit b83df18e22
3 changed files with 18 additions and 20 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1289
// MODULE: lib
// FILE: lib.kt
@@ -12,4 +11,4 @@ public class C : I {
override fun f(p: String) = p + "K"
}
fun box() = C().f()
fun box() = C().f()