``` mapOf<Class<*>, String>( String:...
# announcements
m
Copy code
mapOf<Class<*>, String>(
		String::class.java to "something"
  	)