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

3 lines
39 B
Kotlin
Vendored

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