mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
16 lines
340 B
Java
16 lines
340 B
Java
class Test {
|
|
void test1(){
|
|
<selection>System.out.println("string");
|
|
System.out.println("string");</selection>
|
|
}
|
|
|
|
void test2(){
|
|
System.out.println("message");
|
|
System.out.println("message");
|
|
}
|
|
|
|
void test3(){
|
|
System.out.println("first");
|
|
System.out.println("second");
|
|
}
|
|
} |