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

5 lines
41 B
Kotlin
Vendored

fun test() {
if ()
return true
}