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