Right, but it can be cast to MutableList
# announcements
k
Right, but it can be cast to MutableList
a
You can call
.toList()
which creates a shallow copy of the original list. And it is not an instance of ArrayList so cannot be casted to
MutableList