mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
detect type parameters cyclic inference
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
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> {}
|
||||
Reference in New Issue
Block a user