System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.CreateHttp...
[mono.git] / mcs / errors / cs3005-1.cs
index c8e9752d61f90745cf70a49e6b3450024d7029c6..fcb8798153e70dd1b89f7871d71c241181fbe5b2 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'CLSClass.Method(int)' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass.Method(int)' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant (true)]
 
@@ -9,4 +10,4 @@ public class BaseClass {
 
 public class CLSClass : BaseClass {
         public static void Method(int arg) {}
-}
\ No newline at end of file
+}