Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
8319741734dcd35357af7945c8f86e7dfe39e002
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
coercionToUnitOptimization
/
safeCall.kt
blob: 5db7f8d04ad3608ea96faab868c3d5722a862160 [
file
]
interface
A
{
fun foo
()
}
fun test
(
x
:
A
?)
{
x
?.
foo
()
}
// 0 ACONST_NULL