mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 09:22:02 +07:00
GitOrigin-RevId: 4be2dd03bc3f9a3b637f6860fb9e747a35491ba4
5 lines
98 B
Java
5 lines
98 B
Java
public class Foo {
|
|
void test(boolean x, boolean b) {
|
|
System.out.println(x==b?<caret>);
|
|
}
|
|
} |