mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
LightQuickFixTestCase: Check whether <caret> is present in "before" files; wrong tests fixed
This commit is contained in:
+9
-1
@@ -1,5 +1,13 @@
|
||||
// "Suppress for field" "false"
|
||||
/** @noinspection ALL*/
|
||||
class a {
|
||||
static private String mm = "00";
|
||||
static private String <caret>mm = "00";
|
||||
// The "Convert to local" inspection should be reported here if not suppressed
|
||||
|
||||
static void test() {
|
||||
mm = "1";
|
||||
if(mm == "1") {
|
||||
mm = "2";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user