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