mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
illegal forward references in type parameter's declaration detection (< 1.7 IDEA-57260)
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
class A<T extends <error descr="Illegal forward reference">S</error>, S> {
|
||||
}
|
||||
Reference in New Issue
Block a user