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