Files
kotlin-fork/idea/testData/formatter/IfElseWithLineBreak.kt
T

22 lines
211 B
Kotlin

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