20eb3fb492
#KT-30012 Fixed #KT-30432 Fixed #KT-30736 Fixed
6 lines
154 B
Kotlin
Vendored
6 lines
154 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import kotlin.Result.Companion.success as <info descr="null">~mySuccess</info>
|
|
|
|
fun main() {
|
|
<info descr="null">mySuccess</info>(42)
|
|
} |