mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 01:57:50 +07:00
java sealed types: functional interface can't be sealed (IDEA-243536)
GitOrigin-RevId: 7660808963e79d51b8d1507927d1095d119bcdb5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
05d909b4ab
commit
2dcab690d5
+4
@@ -0,0 +1,4 @@
|
||||
<error descr="Functional interface can't be declared as 'sealed'">@FunctionalInterface</error>
|
||||
sealed interface I {
|
||||
void m();
|
||||
}
|
||||
Reference in New Issue
Block a user