Just a quick question, when getting a `List<Obj...
# announcements
f
Just a quick question, when getting a
List<Object>
from an Object and then calling
.toMutableList()
on it, that creates a copy of everything right? You dont modify the original immutable instance variable list? Because that would be stupid…