blob: c19ab60f57c826ccc8054b8879548f097ae8ed21 [file] [log] [blame]
fun a() {
c {
return
}
c {
return@a
}
}
inline fun c(p: () -> Unit) {
p()
}