Files

4 lines
107 B
Kotlin
Vendored

// WITH_RUNTIME
val list1: List<Int> = listOf(1)
val list = list1.<!USELESS_CALL_ON_NOT_NULL!>orEmpty()<!>