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