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

3 lines
91 B
Kotlin

fun f(a : MutableList<out Any>) = a is <!CANNOT_CHECK_FOR_ERASED!>MutableList<out Int><!>