Join Slack
Powered by
Interesting. `HashMap<K, R>()` causes expect...
# stdlib
m
miha-x64
04/24/2017, 11:37 AM
Interesting.
HashMap<K, R>()
causes expected error, but, on the other hand,
Copy code
private typealias EnumMap<K, V> = java.util.EnumMap<K, V>
does not help.
2
Views
Open in Slack
Previous
Next