// MOVE: down fun foo(x: Boolean) { 1 + 2 if (x) { } else { } }