mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
restore field negation by !
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class ConstConfig {
|
||||
public static boolean testMode = false;
|
||||
|
||||
{
|
||||
if (test<caret>x)
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
public class ConstConfig {
|
||||
public static boolean testMode = false;
|
||||
|
||||
{
|
||||
if (!testMode<caret>x)
|
||||
}
|
||||
}
|
||||
+2
@@ -582,6 +582,8 @@ public class NormalCompletionTest extends LightFixtureCompletionTestCase {
|
||||
checkResult()
|
||||
}
|
||||
|
||||
public void testFieldNegation() throws Throwable { doTest('!');}
|
||||
|
||||
public void testSuperInConstructor() throws Throwable {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user