96a3831feb
#KT-30292 Fixed
5 lines
100 B
Kotlin
Vendored
5 lines
100 B
Kotlin
Vendored
// !LANGUAGE: +NewInference
|
|
|
|
fun test(ls: List<String>) {
|
|
ls.takeIf(Collection<*>::isNotEmpty)
|
|
} |