[JS IR BE] make default argument lowering support per-file mode
This commit is contained in:
committed by
Anton Bannykh
parent
4c30888d89
commit
b83df18e22
+1
-2
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user