mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: d5f3a1f737ec3a4b362a5abc04d63f48f4303496
12 lines
307 B
Java
12 lines
307 B
Java
public class Test {
|
|
void test(){
|
|
<selection>System.out.println();
|
|
System.out.println();
|
|
System.out.println();</selection>
|
|
System.out.println();
|
|
System.out.println();
|
|
System.out.println();
|
|
System.out.println();
|
|
System.out.println();
|
|
}
|
|
} |