package test public open class NotNullMethod() : java.lang.Object() { public open fun hi(): String = "" }