// WITH_RUNTIME fun test() { when (val a = 42) { else -> { use(a, a) use(a, a) } } val a = 33 } fun use(i: Int, j: Int) {}