package p; /** typecomment template*/ interface I { public abstract void m(I foo); }