blob: 31f4af7cabd1797617b8e2f4cef60cf49b46f4c0 [file] [log] [blame]
package p;
import java.io.IOException;
import java.util.List;
import java.util.Set;
/** typecomment template*/
interface I {
List m(Set set, String string) throws IOException;
}