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