// "Generate delegated method with default parameter value" "true" class Test { /** */ void foo() { foo(); } /** * @param i */ void foo(int ii){ } }