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

2 lines
39 B
Kotlin
Vendored

class D<A : D<A, String>, B : D<A, B>>