package test open class VarargInt() : java.lang.Object() { open fun vararg(vararg p0: Int): Unit = #() }