mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
9 lines
139 B
Java
9 lines
139 B
Java
class Test {
|
|
public Object method() {
|
|
<selection>bar();</selection>
|
|
return null;
|
|
}
|
|
|
|
public void bar() {
|
|
}
|
|
} |