mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-08 17:08:01 +07:00
Extension method syntax inspection
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
interface I {
|
||||
void m1() <warning descr="Deprecated extension method syntax">default</warning> { }
|
||||
|
||||
default void m2() <warning descr="Deprecated extension method syntax">default</warning> { }
|
||||
|
||||
@SuppressWarnings("extensionSyntax")
|
||||
void m3() default { }
|
||||
}
|
||||
Reference in New Issue
Block a user