Join Slack
Powered by
The only workaround I've found is ``` HashMap(mapO...
# stdlib
v
voddan
02/27/2016, 7:18 PM
The only workaround I've found is
Copy code
HashMap(mapOf(1 to 2)) HashSet(setOf(1)) ArrayList(listOf(1))
but it is only for mutable collections
Open in Slack
Previous
Next