package reflection.fields; public interface S2InterfaceTarget002 extends InterfaceTarget, S1InterfaceTarget { int i2Field = 222; int i2Added = 202; }