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

3 lines
43 B
Kotlin
Vendored

fun ff(l: Any) = l is MutableList<String>