Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
addForLoopIndices
/
noBody.kt.after
blob: 66fb942fd4c012359ea1117f5ee1b1d73fab6523 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
bar
:
IntArray
)
{
for
((
index
,
a
)
in
bar
.
withIndex
())<
caret
>
}