Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
847a2ced07911ac5a943ed41390d054d0e81aa1f
/
.
/
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
}