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

3 lines
73 B
Kotlin
Vendored

fun ff(l: Any) = l is <!CANNOT_CHECK_FOR_ERASED!>MutableList<String><!>