Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.kt
T

4 lines
60 B
Kotlin
Vendored

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