My first thought is obviously, remove `private`. ...
# getting-started
c
My first thought is obviously, remove
private
. That gives outer classes access, but since it's a
MutableMap
, they're able to mutate it as much as they want, so long as they don't overwrite/replace the reference entirely (thereby making
val
angry)