// "Make variable mutable" "true" var a = 4 fun bar() { a = 5 }