Files

5 lines
89 B
Kotlin
Vendored

// FIR_IDENTICAL
fun test(ls: List<String>) {
ls.takeIf(Collection<*>::isNotEmpty)
}