Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
inlineClasses
/
resultApiStringInterpolationDoesntBox.kt
blob: 40c793108d67d4c5ac217bf2ed8fc2d8808cc1e0 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// 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