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