7 lines
90 B
Kotlin
Vendored
7 lines
90 B
Kotlin
Vendored
fun some() {
|
|
for (i in 0..42) {
|
|
|
|
}
|
|
}
|
|
|
|
// SET_FALSE: SPACE_BEFORE_FOR_PARENTHESES |