blob: 2abab516b204f73d29c2b17417a8af091a06ffec [file]
// FIR_IDENTICAL
// DIAGNOSTICS: -UNUSED_VARIABLE
//KT-3920 Labeling information is lost when passing through some expressions
fun test() {
run f@{
val x = if (1 > 2) return@f 1 else 2
2
}
}