// ISSUE: KT-55168 fun foo(arg: Boolean) = buildList { if (arg) { removeLast() } else { add(42) } }