blob: 65c216bcaab670a10ee83181624d70be8857eb84 [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, String string) throws IOException;
}