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