mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
distinguish capture in presentable text
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ class D {
|
||||
|
||||
class B{
|
||||
public static void bar(Comparable<?> x){
|
||||
foo<error descr="Ambiguous method call: both 'D.foo(Comparable<?>)' and 'C.foo(Comparable<?>)' match">(x)</error>;
|
||||
foo<error descr="Ambiguous method call: both 'D.foo(Comparable<?>)' and 'C.foo(Comparable<capture of ?>)' match">(x)</error>;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user