mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
testdata for IDEA-57346
This commit is contained in:
+1
@@ -2,3 +2,4 @@
|
||||
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