blob: 231247a4b9d056efd3e42fabda5620dea5636ed5 [file] [log] [blame]
class A {
void method();
}
class B extends A {
void method();
}