Files
kotlin-fork/compiler/testData/diagnostics/tests/generics/kt1575-Function.fir.kt
T

3 lines
35 B
Kotlin
Vendored

class C<T>
fun <T : C<T>> foo() {}