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

39 lines
363 B
Kotlin

fun f() {
if (true) {
}
else if (true) {
}
else {
}
if (true) {
}
else if (true) {
}
else {
}
if (true) {
}
else if (true) {
}
else {
}
if (a) 3 else 4
if (a) 5
else 5
if (a) 5
else
5
if (a)
5
else
5
}
// SET_TRUE: ELSE_ON_NEW_LINE