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