5 lines
66 B
Kotlin
Vendored
5 lines
66 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class G<T>
|
|
interface Tr
|
|
|
|
fun f(q: Tr) = q is G<*> |