mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
disable 'fix all' in file for unused symbols inspection (IDEA-194627)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// "Fix all 'Unused declaration' problems in file" "false"
|
||||
public class Test {
|
||||
void f<caret>oo1() {
|
||||
int k = 0;
|
||||
int i = 0;
|
||||
if (i == k) {}
|
||||
if (i == k) {}
|
||||
if (i == k) {}
|
||||
if (i == k) {}
|
||||
if (i == k) {}
|
||||
if (i == k) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user