Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0152.cs
index 4d5aad769e29331cfb5837dd4c5ab8ee4ef3eca5..0efbb941cd6c973fba848a9c19e4cb220e16f7df 100644 (file)
@@ -1,4 +1,4 @@
-// cs0152.cs: The label `case 1:' already occurs in this switch statement
+// CS0152: The label `case 1:' already occurs in this switch statement
 // Line: 9
 class X {
        void f (int i)