mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
testdata for IDEA-57309
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class A<S> {
|
||||
void bar(A<? super Exception> x, A<? super Throwable> y){
|
||||
foo(x, y);
|
||||
}
|
||||
|
||||
<T> T foo(A<? super T> x, A<? super T> y){
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user