class XY { private void f(String... bs) {} private void f(int... is) {} public static void main(String[] args) { f(); } }