Merge pull request #5002 from BrzVlad/feature-sgen-modes
[mono.git] / mcs / errors / cs0106.cs
index 6ced8486fbe9402a25600d12ea1f2c067d4e1b85..bd6a4ce3af9f881380dae7a7b0d228728ad9ced9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0106: The modifier `public' is not valid for this item
+// CS0106: The modifier `public' is not valid for this item
 // Line: 8
 interface A {
        void B ();