// MOVE: down fun test(i: Int) { if (i == 1) { println() run { } } }