mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 20:52:37 +07:00
GitOrigin-RevId: 3aae5c738d48c38144f6a78c36738121831ae5a5
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");
|
|
}
|
|
} |