Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToForEachFunctionCall
/
noStatements.kt
blob: 946ab34e3835c418ca1c889450d7edb0e40300ad [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
()
{
val list
=
1.
.
4
<caret>
for
(
i
in
list
)
{
}
}