2 lines
46 B
Kotlin
2 lines
46 B
Kotlin
fun f(a: Array<out Number>) = a is Array<Int>
|
fun f(a: Array<out Number>) = a is Array<Int>
|