Files
kotlin-fork/idea/testData/formatter/KeepLineBreak.after.inv.kt
T
2020-06-15 16:25:54 +07:00

18 lines
162 B
Kotlin
Vendored

fun foo() {
if
(true) {
}
while
(true) {
}
for
(i in 0..42) {
}
}
// SET_FALSE: KEEP_LINE_BREAKS