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