blob: f105f3a55622806b57e73d393f1d47552e488b13 [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, String string) throws IOException{
return null;
}
}