[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs0644.cs
index 11e4e0ea1b03baf61f99cd14eb0e359efb17001f..12036a7737e27856535e1559b761d16bfaac3646 100644 (file)
@@ -1,4 +1,4 @@
-// cs0644.cs: `X' cannot derive from special class `System.ValueType'
+// CS0644: `X' cannot derive from special class `System.ValueType'
 // Line: 3
 class X : System.ValueType {
 }