blob: aac62e25b138d69da751e93ca8fe7260780479ed [file]
// DUMP_IR
fun box() : String {
try {
return "OK"
}
finally {
null?.toString()
}
}