d09b20f11d
#KT-40769 Fixed
6 lines
174 B
Plaintext
Vendored
6 lines
174 B
Plaintext
Vendored
// PROBLEM: Replace negated 'isBlank' with 'isNotBlank'
|
|
// FIX: Replace negated 'isBlank' with 'isNotBlank'
|
|
// WITH_RUNTIME
|
|
fun test(s: String) {
|
|
val b = s.isNotBlank()
|
|
} |