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