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