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

18 lines
138 B
Kotlin
Vendored

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