blob: ab8e79ef359d581b26a628062184d4c7065973f6 [file] [log] [blame]
package p;
import java.io.IOException;
import java.util.List;
import java.util.Set;
class A implements I{
public List m(Set set, Set set1) throws IOException{
return null;
}
}