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