Files
kotlin-fork/compiler/testData/psi/SemicolonAfterIf.kt
T
2013-09-17 18:10:00 +04:00

2 lines
84 B
Kotlin
Vendored

fun foo(a: Int): Int { var x = a; var y = x++; if (y+1 != x) return -1; return x; }