enable fix all for file for annotator problems, should work for localQuickFixes only (IDEA-87100)

This commit is contained in:
Anna Kozlova
2012-06-18 12:07:27 +04:00
parent c51ed9a33f
commit 40e35d7a60
7 changed files with 189 additions and 24 deletions
@@ -0,0 +1,7 @@
// "Fix all 'Annotator' problems" "true"
public class Test {
void fooF() {
}
void barF(){}
}
@@ -0,0 +1,7 @@
// "Fix all 'Annotator' problems" "true"
public class Test {
void f<caret>oo() {
}
void bar(){}
}