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

4 lines
64 B
Kotlin
Vendored

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