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

5 lines
77 B
Kotlin
Vendored

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