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