blob: cfae731034fc6f7419e4821edeb9cf8bcf008dc4 [file] [log] [blame]
package p0;
class SubFoo extends Foo {
public void foo() {
}
}