例:
void process(String name, Object[] objects);
クイックフィックス適用後:
void process(String name, Object... objects);