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