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