mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
12 lines
241 B
Kotlin
Vendored
12 lines
241 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// IGNORE_BACKEND: JVM_IR
|
|
// 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
|