2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0574.cs
blob666e7cadf30621b8551ae8cd836101980b0512de
1 // cs0574.cs: Name of destructor must match name of class
2 // Line: 6
4 class X {
6 ~Y ()
10 static void Main ()