Files
kotlin-fork/compiler/testData/codegen/bytecodeText/nullCheckOptimization/redundantSafeCall_1_4.kt
T
2020-10-14 16:33:37 +03:00

9 lines
112 B
Kotlin
Vendored

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