3 lines
39 B
Kotlin
Vendored
3 lines
39 B
Kotlin
Vendored
class G<T>
|
|
|
|
fun <Q> f(q: Q) = q is G<*> |