3 lines
80 B
Kotlin
Vendored
3 lines
80 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun f(a: List<Number>) = <!USELESS_IS_CHECK!>a is List<Any><!>
|