11 lines
121 B
Kotlin
Vendored
11 lines
121 B
Kotlin
Vendored
fun some() {
|
|
while (true) {
|
|
|
|
}
|
|
|
|
do {
|
|
|
|
} while (true)
|
|
}
|
|
|
|
// SET_FALSE: SPACE_BEFORE_WHILE_PARENTHESES |