delegate void F(int x); class Program { static void Main() { F x = delegate { }; } }
Should insert (int x1), because 'x' is occupied.