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

3 lines
83 B
Kotlin
Vendored

// FIR_IDENTICAL
class D<A : D<A, <!UPPER_BOUND_VIOLATED!>String<!>>, B : D<A, B>>