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

7 lines
75 B
Kotlin
Vendored

fun foo() {
<caret>if (a) {
/* do bar */
bar()
}
}