package reflection.fields; public interface S1InterfaceTarget extends InterfaceTarget { int iField = 1; int i1Field = 2; }