mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-11 00:32:41 +07:00
9 lines
108 B
Java
9 lines
108 B
Java
class Test {
|
|
boolean foo() {
|
|
return null;
|
|
}
|
|
|
|
void bar() {
|
|
<selection>foo()</selection>
|
|
}
|
|
} |