[JVM_IR] Add tests of Compose-like default argument handling.
This commit is contained in:
committed by
Alexander Udalov
parent
a7efa5c98b
commit
83588e9f22
@@ -0,0 +1,4 @@
|
||||
fun box(): String {
|
||||
fun foo(s: String = "O") = s
|
||||
return foo() + foo("K")
|
||||
}
|
||||
Reference in New Issue
Block a user