(Un)mute and add tests for vararg codegen

This commit is contained in:
Steven Schäfer
2019-07-30 15:45:59 +02:00
committed by max-kammerer
parent d22814f6da
commit ac667403ef
10 changed files with 68 additions and 9 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// There is one ANEWARRAY instruction here, to generate the default parameter value.
fun default(vararg s: String = arrayOf("OK")) = s[0]