mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-20 09:27:27 +07:00
11 lines
135 B
Java
11 lines
135 B
Java
class Test {
|
|
boolean foo() {
|
|
return true;
|
|
}
|
|
|
|
void bar() {
|
|
if (true) {
|
|
}
|
|
else <selection>foo()</selection>
|
|
}
|
|
} |