bdb9f00c75
Related to KT-12165 Supported functions: filterNotNull, filterIsInstance, mapNotNull, mapNotNullTo, mapIndexedNotNull, mapIndexedNotNullTo Also, "Useless cal on not-null" improved a bit
5 lines
104 B
Kotlin
Vendored
5 lines
104 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// FIX: Replace with dot call
|
|
|
|
val s: String? = ""
|
|
val empty = s<caret>?.isNullOrEmpty() |