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

15 lines
126 B
Kotlin
Vendored

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