Files
kotlin-fork/compiler/testData/codegen/regressions/ea35963.jet
T

5 lines
68 B
Plaintext

fun main(args : Array<String>) {
if (1 != 0) {
1
}
}