The only workaround I've found is ``` HashMap(mapO...
# stdlib
v
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