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

4 lines
45 B
Kotlin

class G<T>
trait Tr
fun f(q: Tr) = q is G<*>