Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/kt614.kt
T
2013-01-15 23:44:20 +04:00

1 line
68 B
Kotlin
Vendored

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