2 lines
67 B
Kotlin
2 lines
67 B
Kotlin
fun f(a: MutableList<out Number>) = a is MutableList<out Hashable>
|
fun f(a: MutableList<out Number>) = a is MutableList<out Hashable>
|