5afab1ac2b
parameters with bounds/supertypes.
6 lines
127 B
Kotlin
Vendored
6 lines
127 B
Kotlin
Vendored
// TARGET_BACKEND: JVM
|
|
|
|
// WITH_RUNTIME
|
|
|
|
fun box() = if(arrayOfNulls<Int>(10).isArrayOf<java.lang.Integer>()) "OK" else "fail"
|