blob: 813def79a85a40291c4323de7dbadf4e3e031bb4 [file]
// IGNORE_BACKEND_FIR: JVM_IR
val foo: () -> Unit = {}
fun box(): String {
foo() as Unit
return "OK"
}