Files
kotlin-fork/compiler/testData/codegen/bytecodeText/temporaryVals/elvisChain.kt
T
2021-09-29 19:14:36 +03:00

6 lines
97 B
Kotlin
Vendored

fun test(a: Any?, b: Any?, c: Any) =
a ?: b ?: c
// 2 IFNONNULL
// 0 IFNULL
// 0 ACONST_NULL