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

20 lines
192 B
Kotlin

fun f() {
do {
} while (true)
do {
} while (true)
do {
} while (true)
do a += 1 while (true)
do a += 1
while (true)
}
// SET_TRUE: WHILE_ON_NEW_LINE