// MOVE: up fun foo(x: Boolean) { if (x) { } else { } 2 + 3 }