53a4baac8b
#KT-23613 Fixed
5 lines
84 B
Plaintext
Vendored
5 lines
84 B
Plaintext
Vendored
class B implements A, Z {
|
|
public String getFoo() {
|
|
return "foo";
|
|
}
|
|
} |