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

2 lines
67 B
Kotlin
Vendored

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