Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
49b2ac1b100c5042a0e98582713938062efa6a31
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
resultApiStringInterpolationDoesntBox.kt
blob: 5e744224abd9f48a3acf4099a0c3090829d36dec [
file
] [
log
] [
blame
]
// 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