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