mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 16:19:35 +07:00
a939a18e23
GitOrigin-RevId: a6072460618ac0a7c6c29f0ad61c0bdde4d52318
6 lines
107 B
Java
6 lines
107 B
Java
// "Simplify boolean expression" "true"
|
|
class A {
|
|
void foo(int x) {
|
|
boolean a = x <= 5;
|
|
}
|
|
} |