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

1 line
92 B
Kotlin
Vendored

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