Files
kotlin-fork/idea/testData/formatter/DoWhileSpacing.kt
T
2013-11-13 19:08:53 +04:00

21 lines
184 B
Kotlin

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