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