mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
invert if: fix psi replacement (IDEA-174966)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
// "Invert 'if' condition" "true"
|
||||
class Main {
|
||||
boolean method(boolean a, boolean b) {
|
||||
for (int i = 1; i < 10; i++)
|
||||
{
|
||||
for (int i = 1; i < 10; i++) {
|
||||
if (b) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user