blob: df6e9a1564887557d34fccf3076987fea852cd8a [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) throws IOException;
}