fun foo() { val a = 1 // comment when (a) { 1 -> { } else -> { } } }