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