// IGNORE_BACKEND_FIR: JVM_IR inline fun isNullable() = null is T fun box(): String = if (isNullable()) "OK" else "Fail"