mapOf<Class<out Any>, String>(String::...
# announcements
g
mapOf<Class<out Any>, String>(String::class.java to “String”) works, doesn’t it?