Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.kt
T
2015-05-12 19:43:17 +02:00

4 lines
49 B
Kotlin
Vendored

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