Files
kotlin/compiler/testData/codegen/bytecodeText/deadCodeElimination/kt14357.kt
2018-12-21 16:20:45 +01:00

12 lines
201 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
fun test() {
if (false) {
try {
println("Hello Kotlin")
} catch (e: Exception) {
e.printStackTrace()
}
}
}
// 0 INVOKE