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

5 lines
44 B
Kotlin
Vendored

fun test(): Int {
for ()
return 1
}