blob: 0d75ae2823bb3956a09e3dbd47c4ebd85078b848 [file]
// WITH_STDLIB
@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
fun box(): String {
return Result<String>("OK").value as String
}