mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
update FixAllQuickfixTest test data, so that it identifies the quick fix unambiguously
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ public class Test {
|
||||
void foo2() {
|
||||
int k = 0;
|
||||
int i = 0;
|
||||
assert <caret>i != k;
|
||||
assert i <caret>!= k;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user