blob: 5013847e0fb4c8d2e5676b48d1abc6bd4c9d0800 [file]
package test;
public class BaseOtherPackage {
protected BaseOtherPackage() {
}
protected void foo() {
}
protected int i = 1;
}