// IS_APPLICABLE: false fun main(args: Array) { val foo = null val a = "a" val b = "b" if (foo != null) { a } else { b } }