Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
postfix
/
forOnMap.kt.after
blob: e43b9823f11c4e0d2ae51e2f38f01f0dc9d62682 [
file
]
fun foo
(
map
:
Map
<
String
,
Int
>)
{
for
(
entry
in
map
)
{
<caret>
}
}