Files
kotlin-fork/idea/testData/intentions/convertToForEachFunctionCall/commentsOutsideBody.kt
T

3 lines
77 B
Kotlin
Vendored

fun foo() {
<caret>for (x /* current */ in 1..10/* from 1 to 10 */) { }
}