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