Join Slack
Powered by
<@U5SP8TVFA> the java way, probably ``` private va...
# announcements
s
Shawn
04/06/2018, 1:04 PM
@dekans
the java way, probably
Copy code
private val _list: MutableList<T> val list: List<T> = _list
a
arekolek
04/06/2018, 1:30 PM
keep in mind this is bad for interop with Java though (Java code will be able to add/remove elements from list returned by
getList()
)
➕ 1
4
Views
Open in Slack
Previous
Next