blob: b2d1c306b038975ce031c50520c958025afc870b [file] [log] [blame]
package p;
import java.io.IOException;
import java.util.List;
import java.util.Set;
/** typecomment template*/
interface I {
public abstract List m(Set set) throws IOException;
}