blob: 698a9d800ced4731e729dc636255abc57b5cadb9 [file]
// FIR_IDENTICAL
fun test(ls: List<String>) {
ls.takeIf(Collection<*>::isNotEmpty)
}