mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
7 lines
144 B
Java
7 lines
144 B
Java
// "Simplify boolean expression" "true-preview"
|
|
class X {
|
|
void f(boolean b, boolean c) {
|
|
if (b && tr<caret>ue && c) return;
|
|
}
|
|
}
|