mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ public class Test {
|
||||
{
|
||||
int i = 0;
|
||||
//noinspection SillyAssignment my very long comment
|
||||
i = i;
|
||||
i = <caret>i;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
// "Suppress for method" "false"
|
||||
/** @noinspection UNUSED_SYMBOL*/
|
||||
class a {
|
||||
private void run() {
|
||||
private void <caret>run() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user