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