Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertToForEachFunctionCall
/
commentsOutsideBody.kt
blob: ffe72e823b45f9476503ca0a726336f23f3fecc2 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
fun foo
()
{
<caret>
for
(
x
/* current */
in
1.
.
10
/* from 1 to 10 */
)
{
}
}