Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
intConstantNullableSafeCall.kt
blob: a30633f2c43d215cb34791c73b639f5006734f39 [
file
]
val a
:
Int
?
=
10
fun foo
()
=
a
?.
toString
()
// 1 IFNULL