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

28 lines
227 B
Kotlin
Vendored

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