// WITH_RUNTIME fun test(b: Boolean, x: Int, y: Int?) { val list = mutableListOf() list += if (b) { x } else { y } }