mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 01:06:54 +07:00
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() {
|
|
|
|
}
|
|
} |