2 lines
40 B
Kotlin
Vendored
2 lines
40 B
Kotlin
Vendored
fun f(a: List<Any>) = a is List<Number>
|
fun f(a: List<Any>) = a is List<Number>
|