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

5 lines
83 B
Kotlin
Vendored

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