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