Files
kotlin-fork/compiler/testData/psi/recovery/DoWhileWithEmptyCondition.kt
T
2014-06-25 14:22:52 +04:00

7 lines
64 B
Kotlin

fun test(): Boolean {
do {
} while()
return true
}