mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
GitOrigin-RevId: 0e2d72f613e0b8d1f396bd3a28ca32dd834893c7
10 lines
177 B
Java
10 lines
177 B
Java
public class Test {
|
|
|
|
void test() {
|
|
<selection>int x = 0;
|
|
int y = 0;
|
|
System.out.println();</selection>
|
|
|
|
System.out.println("Point(" + x + ", " + y + ")");
|
|
}
|
|
} |