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