Files
kotlin/compiler/testData/codegen/bytecodeText/coercionToUnitOptimization/safeCall.kt
2018-12-21 16:20:45 +01:00

12 lines
117 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
interface A {
fun foo()
}
fun test(x: A?) {
x?.foo()
}
// 1 POP
// 0 ACONST_NULL