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