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

1 line
95 B
Kotlin
Vendored

fun f(a: MutableList<in String>) = a is <!CANNOT_CHECK_FOR_ERASED!>MutableList<CharSequence><!>