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

1 line
39 B
Kotlin
Vendored

fun f(a: Collection<*>) = a is List<*>?