15 lines
126 B
Kotlin
Vendored
15 lines
126 B
Kotlin
Vendored
fun foo() {
|
|
if (true) {
|
|
|
|
}
|
|
|
|
while (true) {
|
|
|
|
}
|
|
|
|
for (i in 0..42) {
|
|
|
|
}
|
|
}
|
|
|
|
// SET_FALSE: KEEP_LINE_BREAKS |