5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
fun ff(l: MutableCollection<String>) = l is MutableList<String>
|
|
|