Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
codegen
/
box
/
deadCodeElimination
/
kt14357.kt
blob: 377a6facdac782fc89ac489f8bbde772aed2ae72 [
file
]
fun box
():
String
{
if
(
false
)
{
try
{
null
!!
}
catch
(
e
:
Exception
)
{
throw
e
}
}
return
"OK"
}