// MOVE: down fun foo(i: Int) { run { } while (i in run { 1..2 }) { println(i) } }