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

11 lines
121 B
Kotlin
Vendored

fun some() {
while (true) {
}
do {
} while (true)
}
// SET_FALSE: SPACE_BEFORE_WHILE_PARENTHESES