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

5 lines
39 B
Kotlin

fun test() {
while ()
return
}