1 line
39 B
Kotlin
Vendored
1 line
39 B
Kotlin
Vendored
fun f(a: Collection<*>) = a is List<*>? |
fun f(a: Collection<*>) = a is List<*>? |