Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
codegen
/
box
/
casts
/
lambdaToUnitCast.kt
blob: 94ddfb05c00dda58923ae8299fd5f63eab5c7f00 [
file
] [
log
] [
blame
]
val foo
:
()
->
Unit
=
{}
fun box
():
String
{
foo
()
as
Unit
return
"OK"
}