package test public open class VarargString() { public open fun vararg(vararg p0: String?): Unit = Unit }