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

4 lines
55 B
Kotlin
Vendored

// FIR_IDENTICAL
fun ff(l: Any) = l is MutableList<*>