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