blob: 49ce3eb54d4b6662dd47ae0659c5fff8c7806817 [file] [log] [blame]
class Super {
void foo(String[] params, int... indices) {
foo(new String[<caret>], 0);
}
}