mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 06:01:00 +07:00
GitOrigin-RevId: b6a0879ba137c4a375c2b3258d7afc9217d4d153
5 lines
102 B
Java
5 lines
102 B
Java
interface Test {
|
|
default void test(){
|
|
<selection>System.out.println();</selection>
|
|
}
|
|
} |