6e473506fc
#KT-5277 Fixed
3 lines
45 B
Kotlin
3 lines
45 B
Kotlin
val s: String? = null
|
|
if (!s!!.isEmpty()) {
|
|
} |