Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
resultApiStringInterpolationDoesntBox.kt
blob: 5e744224abd9f48a3acf4099a0c3090829d36dec [
file
]
// WITH_STDLIB
// FILE: test.kt
fun test
()
{
val result
=
Result
.
success
(
"yes!"
)
println
(
"$result"
)
}
// @TestKt.class:
// 0 INVOKESTATIC kotlin/Result.box-impl
// 0 INVOKEVIRTUAL kotlin/Result.unbox-impl