mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
new inference: initial tests
This commit is contained in:
+3
@@ -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