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

6 lines
45 B
Kotlin
Vendored

fun test() {
if
if (other) {
}
}