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

3 lines
38 B
Kotlin

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