Merge pull request #2612 from xmcclure/largestring
[mono.git] / mcs / errors / cs0644.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5e93f4e..12036a7
@@ -1,4 +1,4 @@
-// cs0644.cs: Cannot inherit from special class
+// CS0644: `X' cannot derive from special class `System.ValueType'
 // Line: 3
 class X : System.ValueType {
 }