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

2 lines
40 B
Kotlin
Vendored

fun f(a: List<Any>) = a is List<Number>