(Un)mute and add tests for vararg codegen
This commit is contained in:
committed by
max-kammerer
parent
d22814f6da
commit
ac667403ef
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user