1 package testproxy; 2 3 public interface Target3 { m()4 String m(); toString()5 String toString(); 6 } 7