Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/isErasedUnrelatedAndStarred.kt
T
Nikolay Lunyak 88ff93df7f [FIR] Check is for impossibility
^KT-58203 Fixed
^KT-62646
2024-03-08 15:37:44 +00:00

4 lines
49 B
Kotlin
Vendored

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