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