mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
merge unused declaration and unused symbol inspections
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Suppress for statement" "true"
|
||||
public class Test {
|
||||
public void run() {
|
||||
//noinspection id,UnusedDeclaration
|
||||
//noinspection id,unused
|
||||
int <caret>i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user