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

5 lines
50 B
Kotlin

fun test(): Boolean {
while
return true
}