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