// "Make variable mutable" "true" fun foo() { var a = 1 a = 3 }