mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-12 14:54:38 +07:00
9 lines
70 B
Plaintext
9 lines
70 B
Plaintext
class A {
|
|
}
|
|
|
|
class B extends A {
|
|
void foo() {}
|
|
|
|
void err() {
|
|
}
|
|
} |