Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
generics
/
RecursiveUpperBoundWithTwoArguments.kt
blob: 98b8d97e24120f0164158ee8cdf12d68aeb757c2 [
file
]
// FIR_IDENTICAL
class
D
<
A
:
D
<
A
,
<!
UPPER_BOUND_VIOLATED
!>
String
<!>>,
B
:
D
<
A
,
B
>>