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

23 lines
201 B
Kotlin
Vendored

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