0f4ae3b727
Supported functions: orEmpty(), isNullOrEmpty(), isNullOrBlank()
4 lines
51 B
Plaintext
Vendored
4 lines
51 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
val s = ""
|
|
val empty = s.isEmpty() |