Files
kotlin-fork/idea/testData/formatter/IfElseRemoveLineBreak.after.kt
T

16 lines
200 B
Kotlin

fun main(args: Array<String>) {
if (true) {
false
} else if (false) {
true
} else {
}
if (true) {
}
if (true) {
}
}
// SET_FALSE: LBRACE_ON_NEXT_LINE