mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-07 11:06:58 +07:00
11 lines
91 B
Java
11 lines
91 B
Java
class Test {
|
|
void use() {
|
|
test();
|
|
test();
|
|
<caret>
|
|
}
|
|
|
|
void test() {
|
|
|
|
}
|
|
} |