mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
static in interfaces before 1.8 (IDEA-123252)
This commit is contained in:
+1
@@ -45,5 +45,6 @@ class UnsupportedFeatures {
|
||||
|
||||
interface I {
|
||||
<error descr="Extension methods are not supported at this language level">default void m() { }</error>
|
||||
<error descr="Extension methods are not supported at this language level">static void m() { }</error>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user