Files
kotlin-fork/idea/testData/intentions/addBraces/forWithComment.kt
T
2018-02-27 18:25:22 +03:00

6 lines
79 B
Kotlin
Vendored

fun foo() {}
fun test() {
<caret>for (i in 1..4) /* aaa */ foo() // bbb
}