mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-31 18:20:15 +07:00
7 lines
133 B
Java
7 lines
133 B
Java
class Test {
|
|
void m() {
|
|
if (true)
|
|
<selection> // comment
|
|
System.out.println();</selection>
|
|
}
|
|
} |