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