mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
java highlighting tests moved to community
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
public class Suppressed {
|
||||
private static final String UNUSED_DECLARATION = "UnusedDeclaration";
|
||||
|
||||
@java.lang.SuppressWarnings(UNUSED_DECLARATION)
|
||||
public static void main(String[] args) {
|
||||
int i = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user