package p;

import java.util.List;

/** typecomment template*/
interface I {

	List m();

}