Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
/
redundantSafeCall.kt
blob: 1d7c468771fec15fd84282b634c9236650ea6f1a [
file
]
fun test
(
s
:
String
)
=
s
?.
length
// 0 IFNULL
// 0 IFNONNULL
// 0 intValue
// 1 valueOf