[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 foo(s: String = "O") = s
|
||||
|
||||
fun box() = foo() + foo("K")
|
||||
|
||||
Reference in New Issue
Block a user