mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
ensure ambiguity error presentation doesn't depend on previous calls to getSubstitutor()
This commit is contained in:
@@ -14,6 +14,6 @@ class Main {
|
||||
}
|
||||
|
||||
{
|
||||
<error descr="Ambiguous method call: both 'Main.perform(Runnable)' and 'Main.perform(TRunnable<RuntimeException>)' match">perform</error>(() -> {});
|
||||
<error descr="Ambiguous method call: both 'Main.perform(Runnable)' and 'Main.perform(TRunnable<Throwable>)' match">perform</error>(() -> {});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user