// MOVE: up fun test(i: Int) { when (i) { 1 -> { run { } } } println() }