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