7 lines
62 B
Kotlin
Vendored
7 lines
62 B
Kotlin
Vendored
fun test(): Boolean {
|
|
do {
|
|
|
|
} while
|
|
|
|
return true
|
|
} |