mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
[java] simplify error message
GitOrigin-RevId: 82e449029d1d03994dd6b4e68a5d280dd0f5b0b9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
940f19a861
commit
c266a5b737
@@ -20,7 +20,7 @@ class Test5 {
|
||||
static <T> void bar(I<T> i){}
|
||||
|
||||
{
|
||||
bar(<error descr="Incompatible parameter types in lambda expression: wrong number of parameters: expected 1 but found 0">() -> null</error>);
|
||||
bar(<error descr="Wrong number of lambda parameters: expected 1 but found 0">() -> null</error>);
|
||||
}
|
||||
}
|
||||
class Test6 {
|
||||
|
||||
Reference in New Issue
Block a user