(Un)mute and add tests for vararg codegen
This commit is contained in:
committed by
max-kammerer
parent
d22814f6da
commit
ac667403ef
+1
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun booleanVararg(vararg xs: Boolean) {}
|
||||
fun byteVararg(vararg xs: Byte) {}
|
||||
fun shortVararg(vararg xs: Short) {}
|
||||
@@ -74,5 +73,6 @@ fun test() {
|
||||
genericVararg(xs = *arrayOfNulls<Int>(1))
|
||||
}
|
||||
|
||||
// 0 arraycopy
|
||||
// 0 copyOf
|
||||
// 0 clone
|
||||
Reference in New Issue
Block a user