blob: 7af6110553db57cb172e0441f258929aa86e4abb [file] [log] [blame]
class X<A extends X<A>> {
static class Y<B extends Y> extends X<<error descr="Type parameter 'B' is not within its bound; should extend 'X<B>'">B</error>> {}
}