mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
10 lines
225 B
Java
10 lines
225 B
Java
class Test {
|
|
void method() {
|
|
System.out.println("1");
|
|
<selection>{
|
|
System.out.println("2");
|
|
System.out.println("3");
|
|
}</selection>
|
|
System.out.println("4");
|
|
}
|
|
} |