2 lines
45 B
Kotlin
2 lines
45 B
Kotlin
fun f(a: List<Number>) = a is List<Hashable>
|
fun f(a: List<Number>) = a is List<Hashable>
|