Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
deadCodeElimination
/
kt14357.kt
blob: f81e9f51f5f190309326628cecd4a2599af85e78 [
file
]
fun test
()
{
if
(
false
)
{
try
{
println
(
"Hello Kotlin"
)
}
catch
(
e
:
Exception
)
{
e
.
printStackTrace
()
}
}
}
// 0 INVOKE