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