Files
kotlin-fork/idea/testData/formatter/DoWhileSpacing.after.kt
T
2017-06-14 11:28:57 +02:00

17 lines
170 B
Kotlin
Vendored

fun test() {
do {
} while (true)
do {
} while (true)
do {
} while
(true)
do {
} while (true)
do {
} while (true)
}