Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
addForLoopIndices
/
inapplicableExistingIndices.kt
blob: b67c1a2c73556c25e9181a77fd41c296d90d2681 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
fun b
(
c
:
List
<
String
>)
{
for
((<
caret
>
indexVariable
,
d
)
in
c
.
withIndex
())
{
}
}