// WITH_RUNTIME fun test(map: Map) { for (entry in map.entries) { if (entry.key == "my_name") println("My index is ${entry.value}") } }