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