Files
kotlin-fork/idea/testData/formatter/WhileSpacing.after.kt
T
2014-01-20 19:54:32 +04:00

20 lines
199 B
Kotlin

fun test() {
while (1 == 2) {
}
while (1 == 2) {
}
while (1 == 2) {
}
while (true) {
}
while (true) {
}
while (true) {
}
while (true) {
}
}