Plans for collection literals?

Just pointing out that Kotlin already has the “to” infix method so if they did implement anything it would probably look more like:

val myMap = {"a" to 1, "b" to 2, "c" to 3}