Join Slack
Powered by
guys, I need some help. Moving from M12 to M14, `j...
# language-proposals
d
damianpetla
10/09/2015, 5:46 PM
guys, I need some help. Moving from M12 to M14,
javaClass<Map<String,Double>>()
was changed to
Map::class.java
which is of type
Map<*,*>
and my code stop compiling. What else could I do to have a specific type of
Map
?
Open in Slack
Previous
Next