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