mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
isApplicability check based on pertinentToApplicability
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ abstract class B {
|
||||
abstract <T> void foo(List<List<T>> x);
|
||||
|
||||
void bar(List<List> x){
|
||||
foo<error descr="'foo(java.util.List<java.util.List<java.lang.Object>>)' in 'B' cannot be applied to '(java.util.List<java.util.List>)'">(x)</error>;
|
||||
foo<error descr="'foo(java.util.List<java.util.List<T>>)' in 'B' cannot be applied to '(java.util.List<java.util.List>)'">(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user