// IS_APPLICABLE: false class A { var b: Int init { val i = 0 b = i } }