mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
method references: show candidates if overload resolution failed (IDEA-148974)
This commit is contained in:
@@ -39,6 +39,6 @@ class MyTest1 {
|
||||
static void foo(I3 i) {}
|
||||
|
||||
static {
|
||||
foo<error descr="Ambiguous method call: both 'MyTest1.foo(I1)' and 'MyTest1.foo(I2)' match">(Foo::new)</error>;
|
||||
foo(Foo::<error descr="Cannot resolve constructor 'Foo'">new</error>);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user