mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 32b84f9b74e508ae83eeaf46f19dfbce78833ae5
7 lines
85 B
Java
7 lines
85 B
Java
class Foo {
|
|
static void foo() {}
|
|
|
|
{
|
|
<selection>Foo</selection>.foo();
|
|
}
|
|
} |