Join Slack
Powered by
```val strList: MutableList<String> = mutabl...
# announcements
p
pavel.talanov
02/15/2016, 4:33 PM
Copy code
val strList: MutableList<String> = mutableListOf()
That will also work. List is a readonly interface.
Open in Slack
Previous
Next