mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 03:17:36 +07:00
78652c8573
GitOrigin-RevId: 94dff2a177b1cc991c330276d093f5d3f652d6b9
6 lines
94 B
Java
6 lines
94 B
Java
// "Remove redundant assignment" "true"
|
|
class X {
|
|
void test(boolean b) {
|
|
if (b) {}
|
|
}
|
|
} |