package test public open class NotNullObjectArray() { public open fun hi(): Array = throw Exception() }