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

7 lines
93 B
Kotlin
Vendored

// WITH_RUNTIME
fun test() {
<caret>for (l in listOf(1, 2)) {
// comment
}
}