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