Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/inference/kt30292.fir.kt
T

5 lines
100 B
Kotlin
Vendored

// !LANGUAGE: +NewInference
fun test(ls: List<String>) {
ls.takeIf(Collection<*>::isNotEmpty)
}