Files
kotlin-fork/compiler/testData/codegen/regressions/ea35963.kt
T
2013-01-24 21:12:27 +04:00

5 lines
68 B
Kotlin

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