// IS_APPLICABLE: false fun foo() { var x = 0 val a = 1 val b = 1 x = a / b }