import Bug290B;

public class Bug290A {
    public void m() {
        new Bug290B();
    }
}