// IS_APPLICABLE: false fun foo() { var a = 0 val b = if (false) { if (true) { a++ } else a } else a }