Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
generics
/
RecursiveUpperBoundWithTwoArguments.kt
blob: 8972b3c913d903ba0a4eca3826d31c2936842838 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
// FIR_IDENTICAL
class
D
<
A
:
D
<
A
,
<!
UPPER_BOUND_VIOLATED
!>
String
<!>>,
B
:
D
<
A
,
B
>>
/* GENERATED_FIR_TAGS: classDeclaration, typeConstraint, typeParameter */