53a4baac8b
#KT-23613 Fixed
9 lines
92 B
Plaintext
Vendored
9 lines
92 B
Plaintext
Vendored
class B extends A {
|
|
void bar() {
|
|
foo();
|
|
}
|
|
|
|
private void foo() {
|
|
|
|
}
|
|
} |