// MOVE: down fun foo(x: Boolean) { while (x) { } if (x) { } }