// cs0574.cs: Name of destructor must match name of class // Line: 6 class X { ~Y () { } static void Main () { } }