
public interface test220i {
    public void foo() throws test220e;
    public void foo2(int i) throws test220e, Throwable;
}
