[FIR] Fix tests for vararg execution order after rebase.

This commit is contained in:
Mark Punzalan
2020-10-02 00:01:21 +00:00
committed by teamcityserver
parent e175e87225
commit b58d75440b
16 changed files with 217 additions and 10 deletions
@@ -1,7 +1,6 @@
// !LANGUAGE: +UseCorrectExecutionOrderForVarargArguments
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR
fun foo(vararg x: Unit, y: Any) {}