mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 11:19:22 +07:00
5 lines
58 B
Java
5 lines
58 B
Java
class C extends D.E {
|
|
C() {
|
|
new D().super(0);
|
|
}
|
|
} |