mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
testdata for IDEA-57322
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A<K> {
|
||||
<S, T extends A<S>> void foo(A<? extends T> x){}
|
||||
|
||||
void bar(A<A<?>> x){
|
||||
<error descr="Inferred type 'A<?>' for type parameter 'T' is not within its bound; should extend 'A<java.lang.Object>'">foo(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user