4 lines
52 B
Kotlin
Vendored
4 lines
52 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
class C<T>
|
|
fun <T : C<T>> foo() {}
|