
public interface test219i {
    public void foo() throws test219e;
    public void foo2(int i) throws test219e, Throwable;
}
