mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
This reverts commit 2431e8827ad5eebd3b291007fd08847bd4d0691d. GitOrigin-RevId: f8eae4a8f86970e7184d12bf4f9b40a9cc3f725f
10 lines
79 B
Java
10 lines
79 B
Java
class Test {
|
|
void use() {
|
|
test();
|
|
test();
|
|
}
|
|
|
|
void test() {
|
|
|
|
}
|
|
} |