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