blob: f81e9f51f5f190309326628cecd4a2599af85e78 [file] [log] [blame]
fun test() {
if (false) {
try {
println("Hello Kotlin")
} catch (e: Exception) {
e.printStackTrace()
}
}
}
// 0 INVOKE