If I declare a `List` property that simply exposes...
# announcements
n
If I declare a
List
property that simply exposes a private
MutableList
, will callers be able to modify the private List?