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