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

6 lines
54 B
Kotlin

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