Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
boxingOptimization
/
safeCallWithElvis.kt
blob: 4c1af3bf4c720c733adaefd0b2d05505bbdf5907 [
file
]
class
A
(
val x
:
Int
,
val y
:
A
?)
fun check
(
a
:
A
?)
:
Int
{
return
a
?.
y
?.
x
?:
(
a
?.
x
?:
3
)
}
// 0 valueOf
// 0 Value\s\(\)
// 0 ACONST_NULL