mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Fixes IDEA-353914 Baka information is displayed in "Safe Delete" window GitOrigin-RevId: 1a453b21754a440090d022b5d832cd1c7928b09e
12 lines
120 B
Java
12 lines
120 B
Java
public class Subst {
|
|
void test1() {
|
|
test2();
|
|
}
|
|
|
|
private static void bar(Object o) {
|
|
|
|
}
|
|
|
|
void test2() {}
|
|
}
|