blob: aeaf19a1b85f4aeaaeb09157df2057bec3d36590 [file]
// WITH_RUNTIME
fun box(): String {
val ok = Result.success("OK")
return ok.getOrNull()!!
}