public class IDEADEV25923 { public void foo(Object... params) {} { foo(new Object[2]); foo(new Object[0]); } }