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