mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
moreSpecific cleanup
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ abstract class A {
|
||||
abstract void foo(int... x);
|
||||
|
||||
{
|
||||
foo<error descr="Ambiguous method call: both 'A.foo(Object...)' and 'A.foo(int...)' match">(1)</error>;
|
||||
foo(1);
|
||||
}
|
||||
}
|
||||
abstract class A1 {
|
||||
|
||||
Reference in New Issue
Block a user