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