// "Change reference to backing field" "true" class A() { var a : Int set(v) {} init { a = 1 } }