Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
addForLoopIndices
/
sequence.kt
blob: 71f1e5be815c7992f360e1a1ff8631f40c91ed19 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
(
bar
:
Sequence
<
String
>)
{
for
(<
caret
>
a
in
bar
)
print
(
a
)
}