mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
for global "Unused declaration" inspection GitOrigin-RevId: e671cef5b81a2e148ec747e91e876959c0481d8d
8 lines
84 B
Java
8 lines
84 B
Java
class B extends A {
|
|
|
|
public static void main(String[] args) {
|
|
new B();
|
|
}
|
|
}
|
|
|