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

5 lines
89 B
Kotlin
Vendored

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