1: package net.sf.mockcreator; 2: 3: public interface InheritedIface1 { 4: String doA(); 5: 6: void sameNamedMethod(); 7: }