Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
coercionToUnitOptimization
/
safeCall.kt
blob: d284721906d1e57a8811c9165eb41277a5363d9c [
file
]
// IGNORE_BACKEND: JVM_IR
interface
A
{
fun foo
()
}
fun test
(
x
:
A
?)
{
x
?.
foo
()
}
// 1 POP
// 0 ACONST_NULL