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