class Super { void foo(String[] params, int... indices) { foo(new <caret>, 0); } }