Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
417088e15084daef5c72bc17ea66d3cf3c026c33
/
.
/
compiler
/
testData
/
codegen
/
box
/
inlineClasses
/
resultGeneric.kt
blob: 0d75ae2823bb3956a09e3dbd47c4ebd85078b848 [
file
]
// WITH_STDLIB
@file
:
Suppress
(
"INVISIBLE_REFERENCE"
,
"INVISIBLE_MEMBER"
)
fun box
():
String
{
return
Result
<
String
>(
"OK"
).
value
as
String
}