Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
AddForLoopIndicesIntention
/
after.kt.template
blob: a940c7a3e8179217e9b9c465a428f69c51653e00 [
file
] [
log
] [
blame
]
for
(<
spot
>(
i
,
x
)
in
foo
.
withIndices
()</
spot
>)
{
}