> But if that client calls `.toMutableList()` o...
# announcements
g
But if that client calls
.toMutableList()
on it, has it then effectively overriden that
No. Check source code of toMutableList. Will be created new list and content of the old one will be added to the new list