package p;

/** typecomment template*/
interface I {

	public abstract I a(I a1, I a2);

}