(Un)mute and add tests for vararg codegen
This commit is contained in:
committed by
max-kammerer
parent
d22814f6da
commit
ac667403ef
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// See also KT-6299
|
||||
public open class Outer private constructor(val s: String, vararg i: Int) {
|
||||
class Inner: Outer("xyz")
|
||||
|
||||
Reference in New Issue
Block a user