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