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

4 lines
66 B
Kotlin
Vendored

fun ff(l: MutableCollection<String>) = l is MutableList<String>