4 lines
60 B
Kotlin
Vendored
4 lines
60 B
Kotlin
Vendored
|
|
fun <T> ff(l: MutableCollection<T>) = l is MutableList<T>
|
|
|