blob: d6a51c3321fc044d80da046f7314290b3e5dd766 [file] [log] [blame]
interface A {
fun foo()
}
fun test(x: A?) {
x?.foo()
}
// 1 POP
// 0 ACONST_NULL