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

7 lines
88 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
listOf(1, 2).forEach { l ->
// comment
}
}