mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 13:45:34 +07:00
ab987420bd
This reverts commit d662987e399f859d74bdbe21f5df4e90439e67e9. GitOrigin-RevId: 13198ce5fe28aca623be5d0c68356b05182316f3
11 lines
91 B
Java
11 lines
91 B
Java
class Test {
|
|
void use() {
|
|
test();
|
|
test();
|
|
<caret>
|
|
}
|
|
|
|
void test() {
|
|
|
|
}
|
|
} |