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