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