mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 16:47:50 +07:00
GitOrigin-RevId: 4be2dd03bc3f9a3b637f6860fb9e747a35491ba4
5 lines
68 B
Java
5 lines
68 B
Java
public class Foo {
|
|
void test(int x) {
|
|
if((x&1)==<caret>)
|
|
}
|
|
} |