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

1 line
65 B
Kotlin
Vendored

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