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:
+5
@@ -0,0 +1,5 @@
|
||||
|
||||
class D<T> {
|
||||
void foo(D<D<?>> x){ this.bar(x); }
|
||||
<T extends Throwable> void bar(D<? super D<T>> x){}
|
||||
}
|
||||
Reference in New Issue
Block a user