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