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

11 lines
114 B
Kotlin
Vendored

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