Interesting. `HashMap<K, R>()` causes expect...
# stdlib
m
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.