mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
7 lines
101 B
Kotlin
Vendored
7 lines
101 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun box(): String {
|
|
val ok = Result.success("OK")
|
|
return ok.getOrNull()!!
|
|
}
|