package test; public interface I1 extends I { void setSomething1(int value); int getSomething6(); }