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