Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/bare/RedundantNullable.kt
T
2015-05-12 19:43:17 +02:00

4 lines
89 B
Kotlin
Vendored

interface B<T>
class G<T>: B<T>
fun f(b: B<String>?) = b is G?<!REDUNDANT_NULLABLE!>?<!>