// "Change to var" "true" class A() { var a = 1 fun foo() { a = 5 } }