But what's the bigger use case here? You could imp...
# announcements
k
But what's the bigger use case here? You could implement you function like this:
fun <K,V> makeSomeMap() = mapOf<K,V>()
and it would pretty much work.