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

7 lines
62 B
Kotlin
Vendored

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