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