Join Slack
Powered by
Right, but it can be cast to MutableList
# announcements
k
Kirill Grouchnikov
11/23/2020, 10:37 PM
Right, but it can be cast to MutableList
a
Animesh Sahu
11/24/2020, 10:25 AM
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
3
Views
Open in Slack
Previous
Next