// IS_APPLICABLE: false // MOVE: up fun foo(n: Int) { when (n) { 0 -> { } 1 -> { } else -> { } } val x = "" }