5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun <T> ff(l: MutableCollection<T>) = l is MutableList<T>
|
|
|