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

7 lines
88 B
Kotlin
Vendored

fun foo() {
<caret>if (a) {
bar()
// do something else here
}
}