Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
nullCheckOptimization
/
redundantSafeCall.kt
blob: 5a1fe4989dbab85d2cad01135f499f00601d13dd [
file
] [
log
] [
blame
]
fun test
(
s
:
String
)
=
s
?.
length
// 0 IFNULL
// 0 IFNONNULL
// 0 intValue
// 0 valueOf