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