mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
new inference: don't push resolved vars in case of failed substitution
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@ 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>;
|
||||
foo<error descr="'foo(A<? extends T>)' in 'A' cannot be applied to '(A<A<?>>)'">(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user