1 package sample.more; 2 3 /** 4 * Test to check if an interface starting with I will have it removed. 5 * 6 * @mock:generate 7 */ 8 public interface IRemoveFirstLetter { 9 int[] difficultMethod(String aString, OneVoidMethod[] aFunnyObject); 10 void minimalMethod(); 11 String normalMethod(Integer anInteger); 12 }