// "Make variable mutable" "true" class A() { val a = 1 fun foo() { a = 5 } }