package p;

/** typecomment template*/
interface I {

	I getFoo();

	void foo(I foo);

}