blob: 374d48fe83b7b4891b85ae0aa3af8578dc8f4955 [file] [log] [blame]
package test2;
import test.*;
public class DerivedOtherPackage extends BaseOtherPackage {
protected DerivedOtherPackage() {
super();
foo();
int i = this.i;
}
}