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

6 lines
117 B
Kotlin
Vendored

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