// K2: See KT-65342 fun test() { a@ b@ while(true) { val f = { return@a } break@b } }