mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
5 lines
102 B
Java
5 lines
102 B
Java
interface Test {
|
|
default void test(){
|
|
<selection>System.out.println();</selection>
|
|
}
|
|
} |