bdb9f00c75
Related to KT-12165 Supported functions: filterNotNull, filterIsInstance, mapNotNull, mapNotNullTo, mapIndexedNotNull, mapIndexedNotNullTo Also, "Useless cal on not-null" improved a bit
5 lines
102 B
Plaintext
Vendored
5 lines
102 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// FIX: Rename useless call to 'isBlank'
|
|
|
|
val s: String? = ""
|
|
val blank = s?.isBlank() |