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
@@ -4,6 +4,6 @@ abstract class B {
|
||||
abstract <T> void foo(List<T>[] x);
|
||||
|
||||
void bar(List<?>[] x){
|
||||
foo<error descr="'foo(java.util.List<java.lang.Object>[])' in 'B' cannot be applied to '(java.util.List<?>[])'">(x)</error>;
|
||||
foo<error descr="'foo(java.util.List<T>[])' in 'B' cannot be applied to '(java.util.List<?>[])'">(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user