Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
casts
/
lambdaToUnitCast.kt
blob: 813def79a85a40291c4323de7dbadf4e3e031bb4 [
file
]
// IGNORE_BACKEND_FIR: JVM_IR
val foo
:
()
->
Unit
=
{}
fun box
():
String
{
foo
()
as
Unit
return
"OK"
}