Files
kotlin-fork/compiler/testData/codegen/bytecodeText/nullCheckOptimization/redundantSafeCall.kt
T
Dmitriy Novozhilov 1e0878cde0 [FE 1.0] Postpone SafeCallsAreAlwaysNullable till 1.7
^KT-46860 Fixed
2021-09-02 13:34:27 +03:00

7 lines
87 B
Kotlin
Vendored

fun test(s: String) = s?.length
// 0 IFNULL
// 0 IFNONNULL
// 0 intValue
// 0 valueOf