Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
codegen
/
box
/
inlineClasses
/
resultInlining.kt
blob: aeaf19a1b85f4aeaaeb09157df2057bec3d36590 [
file
]
// WITH_RUNTIME
fun box
():
String
{
val ok
=
Result
.
success
(
"OK"
)
return
ok
.
getOrNull
()!!
}