blob: a5609115d7b8d85e491e17be5bab16ce886616d2 [file] [log] [blame]
class Test<<error descr="Cyclic inheritance involving 'T'"></error>T extends T> {}
class Test1<<error descr="Cyclic inheritance involving 'T'"></error>T extends S, S extends T> {}