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