Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.kt
T

5 lines
66 B
Kotlin
Vendored

// FIR_IDENTICAL
class G<T>
interface Tr
fun f(q: Tr) = q is G<*>