mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-25 12:58:48 +07:00
e8c5e2e3ec
GitOrigin-RevId: 25aa0068b8a1bf4b2a2c08ccf8c086bb49aa30ae
7 lines
111 B
Java
7 lines
111 B
Java
class A {
|
|
void test() {
|
|
<selection>int foo; //foo
|
|
int bar; //bar
|
|
int baz; //baz</selection>
|
|
}
|
|
} |