mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
GitOrigin-RevId: 5b961c4baf967175428cb594e0f6d534d9824eb3
9 lines
97 B
Java
9 lines
97 B
Java
class C extends B {
|
|
|
|
C() {
|
|
super(<selection>1</selection>);
|
|
}
|
|
}
|
|
class B {
|
|
B(int i) {}
|
|
} |