blob: 94ddfb05c00dda58923ae8299fd5f63eab5c7f00 [file] [log] [blame]
val foo: () -> Unit = {}
fun box(): String {
foo() as Unit
return "OK"
}