// "Make variable mutable" "true" class A() { var a: Int = 0 set(v: Int) {} }