Isn't the result of `newList` a mutable list there...
# announcements
c
Isn't the result of
newList
a mutable list there, though? If so, you might want to specify its return type
: List<T>