blob: f7d0a76c9d3f27fff8422f7f38f74a8624536aea [file] [log] [blame]
interface Child : Parent {
void ChildBaz();
};