Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsArray.kt
T
2013-09-05 14:17:33 +04:00

2 lines
46 B
Kotlin

fun f(a: Array<out Number>) = a is Array<Int>