blob: cbca9ea85f98158102c694664a33f95e9515b0ca [file] [log] [blame]
package p0;
class NonOriginalSubFoo extends VerySuperFoo {
protected void foo() {
}
}