Files
kotlin-fork/idea/testData/joinLines/removeBraces/If.kt
T

6 lines
55 B
Kotlin
Vendored

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