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