Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
534b00eff856e0e4dcaf105df9a043d9b1263ff7
/
.
/
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