9 lines
91 B
Plaintext
Vendored
9 lines
91 B
Plaintext
Vendored
class B extends A {
|
|
void bar() {
|
|
foo();
|
|
}
|
|
|
|
public void foo() {
|
|
|
|
}
|
|
} |