Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
box
/
boxingOptimization
/
kt5493.kt
blob: b1d73bfb96a248a06250869fdd2ce8ed7576f868 [
file
]
fun box
()
:
String
{
try
{
return
"OK"
}
finally
{
null
?.
toString
()
}
}