blob: bc002c67c998aa2d4052e1d80a21b50268a16e75 [file] [log] [blame]
inline fun foo(f: () -> Unit) {}
fun test(): Int {
foo {
return@test 0
}
return 1
}