class XY { private void f(byte... bs) {} private void f(int... is) {} public static void main(String[] args) { <ref>f((byte)0, (byte)1); } }