0f4ae3b727
Supported functions: orEmpty(), isNullOrEmpty(), isNullOrBlank()
4 lines
77 B
Plaintext
Vendored
4 lines
77 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
val list1: List<Int>? = listOf(1)
|
|
val list = list1.orEmpty() |