Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0563.cs
index b61155386827b7a53f5a592f2a36e8108979f9b6..8598dbf9de31b8ccd3490d009ae466579e16077d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0563.cs: One of the parameters of a binary operator must be the containing type
+// CS0563: One of the parameters of a binary operator must be the containing type
 // Line: 4
 class X {
        public static int operator + (int a, int b)