mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
13 lines
263 B
Java
13 lines
263 B
Java
public class Test {
|
|
{
|
|
int x = 0;
|
|
|
|
<selection>System.out.println(1);
|
|
System.out.println(2);
|
|
System.out.println(x);</selection>
|
|
|
|
System.out.println(3);
|
|
System.out.println(4);
|
|
System.out.println(x);
|
|
}
|
|
} |