[FIR2IR] Introduce IrBlock for reordering arguments if needed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
acc5633811
commit
bae41ddf6d
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
var invokeOrder: String = ""
|
||||
|
||||
fun test(x: Double = { invokeOrder += "x"; 1.0 }(), a: String, y: Long = { invokeOrder += "y"; 1 }(), b: String): String {
|
||||
|
||||
Reference in New Issue
Block a user