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

3 lines
74 B
Plaintext
Vendored

fun foo() {
(1..10/* from 1 to 10 */).forEach { x /* current */ -> }
}