mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 00:42:21 +07:00
42bb6297bc
GitOrigin-RevId: e3b48d82a489fd91917ffb0027f383aa236c425f
8 lines
108 B
Java
8 lines
108 B
Java
// "Create field 'a'" "true"
|
|
class C {
|
|
private int a;
|
|
|
|
void foo() {
|
|
if (true || a < 42) {}
|
|
}
|
|
} |