blob: e43b9823f11c4e0d2ae51e2f38f01f0dc9d62682 [file]
fun foo(map: Map<String, Int>) {
for (entry in map) {
<caret>
}
}