[FIR] Fix tests for vararg execution order after rebase.
This commit is contained in:
committed by
teamcityserver
parent
e175e87225
commit
b58d75440b
@@ -17,5 +17,4 @@ fun box(): String {
|
||||
foo(*arrayOf({ acc4 += "1" }()), y = { acc4 += "2" }())
|
||||
|
||||
return if (acc1 == "12" && acc2 == "21" && acc3 == "21" && acc4 == "12") "OK" else "ERROR"
|
||||
return "OK"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
|
||||
fun foo(vararg x: Unit, y: Any) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user