package reflection.fields; public interface S2InterfaceTarget extends InterfaceTarget, S1InterfaceTarget { int i2Field = 2222; }