mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 15:50:52 +07:00
new inference: register incompatible message if inference fails (IDEA-131882; to be extended); filter out candidates if inference had failed for them
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Test {
|
||||
{
|
||||
asList(<error descr="Cyclic inference">o -> {}</error>, 1, 2, 3);
|
||||
asList(<error descr="Integer is not a functional interface">o -> {}</error>, 1, 2, 3);
|
||||
asList(<error descr="T is not a functional interface">Test::foo</error>, 1, 2, 3);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user