mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-57289
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class C<T> {
|
||||
void foo(C<C<?>> x) {
|
||||
C<Object> c = bar(x);
|
||||
}
|
||||
<T> C<T> bar(C<? super C<T>> x){
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user