mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
do not accept deep bound promotion in type parameters withing bound check (IDEA-107654)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
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>> {}
|
||||
}
|
||||
Reference in New Issue
Block a user