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