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