Files
kotlin-fork/compiler/testData/psi/SemicolonAfterIf.jet
T
2011-10-20 16:21:18 +02:00

2 lines
84 B
Plaintext

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