mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
simplifying of polyadic expressions:IDEA-76076
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// "Simplify boolean expression" "true"
|
||||
class X {
|
||||
void f(boolean b, boolean c) {
|
||||
if (b && c) return;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// "Simplify boolean expression" "true"
|
||||
class X {
|
||||
void f(boolean b, boolean c) {
|
||||
if (b && tr<caret>ue && c) return;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user