mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
10 lines
181 B
Java
10 lines
181 B
Java
class Foo {
|
|
void test() {
|
|
int a = 2;
|
|
int b = 2;
|
|
|
|
<selection>if (a == b && a > b) System.out.println();</selection>
|
|
|
|
System.out.println();
|
|
}
|
|
} |