Files
kotlin-fork/idea/testData/joinLines/removeBraces/For.kt
T
2014-10-02 18:26:07 +04:00

6 lines
86 B
Kotlin
Vendored

fun foo() {
<caret>for (element in collection) {
println(element)
}
}