Files

4 lines
56 B
Kotlin
Vendored

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