// MOVE: down fun foo(x: Boolean) { when (x) { false -> { } true -> { // test } else -> { } } }