class X { X(String... args) {} X(int x) { this(); } } class Y extends X {}