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

21 lines
211 B
Kotlin
Vendored

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