Files
kotlin-fork/compiler/testData/diagnostics/testsWithStdLib/inference/kt30292.kt
T
2019-05-16 10:50:30 +03:00

5 lines
100 B
Kotlin
Vendored

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