1 2 3 4 5 6 7 8 9 10 11 12 13
// CS0574: Name of destructor must match name of class // Line: 6 class X { ~Y () { } static void Main () { } }