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