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

23 lines
213 B
Kotlin
Vendored

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