Join Slack
Powered by
Hi. I can't figure out what the right solution is ...
# getting-started
a
aslan
02/28/2017, 10:03 AM
Hi. I can't figure out what the right solution is for this:
Copy code
Map<String, Class> hm = new HashMap<>();
in kotlin. I mean for generic type Class, like
Copy code
val map = mutableMapOf<String, Class>()
2
Views
Open in Slack
Previous
Next