0f4ae3b727
Supported functions: orEmpty(), isNullOrEmpty(), isNullOrBlank()
5 lines
92 B
Kotlin
Vendored
5 lines
92 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
|
|
val s: String? = null
|
|
val empty = s<caret>.isNullOrEmpty() |