Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0448.cs
index 0016de5e05743dd2ee420d52bc8883d8e2733184..be222ef35da337112cc010a2451cef8928321d0d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0448.cs: The return type for ++ or -- operator must be the containing type or derived from the containing type
+// CS0448: The return type for ++ or -- operator must be the containing type or derived from the containing type
 // Line: 5
 class SampleClass {
     public static int operator ++ (SampleClass value) {