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