Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOut.kt
T
2012-11-08 22:02:52 +04:00

2 lines
67 B
Kotlin

fun f(a: MutableList<out Number>) = a is MutableList<out Hashable>