import java.lang.Integer;
import Bug328B;

public class Bug328 extends Bug328B {
    public Bug328() {
        super(1);
    }
}