LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed

This commit is contained in:
Tagir Valeev
2016-10-07 16:34:42 +07:00
parent 4f11cff6d0
commit aa605118de
13 changed files with 64 additions and 13 deletions
@@ -4,6 +4,6 @@ public class Test {
{
int i = 0;
//noinspection SillyAssignment my very long comment
i = i;
i = <caret>i;
}
}
@@ -1,6 +1,6 @@
// "Suppress for method" "false"
/** @noinspection UNUSED_SYMBOL*/
class a {
private void run() {
private void <caret>run() {
}
}