// "Generate overloaded method with default parameter values" "true" abstract class Test { abstract int foo(int ii, boolean... args); }