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