blob: 22a8e1e8f3d5f780042c524570f3b31221bf0920 [file]
fun test(a: Int) =
when (val subject = a) {
1 -> 0
2 -> 1
3 -> 2
else -> -1
}
// 1 LOCALVARIABLE subject