// IGNORE_BACKEND_FIR: JVM_IR fun foo(t: T) { t?.toInt() } fun box(): String { foo(null) return "OK" }