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