mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-26 20:50:54 +07:00
17 lines
209 B
Java
17 lines
209 B
Java
class A {
|
|
void test() {
|
|
<selection>/* hello
|
|
one
|
|
two
|
|
three
|
|
*/
|
|
int foo;
|
|
foo = 5;
|
|
int bar = 0;
|
|
bar = 6;
|
|
int baz; /* goodbye
|
|
one
|
|
two
|
|
three */</selection>
|
|
}
|
|
} |