package test public open class NotNullParameter() { public open fun hi(p0: String): Unit { } }