mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
invalid @FunctionalInterface severity change warning -> error (IDEA-120162)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<warning descr="Multiple non-overriding abstract methods found">@FunctionalInterface</warning>
|
||||
<error descr="Multiple non-overriding abstract methods found">@FunctionalInterface</error>
|
||||
interface Test {
|
||||
void foo();
|
||||
void bar();
|
||||
|
||||
Reference in New Issue
Block a user