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