Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs3006-2.cs
index ef1d90e2a6c665accb252d464e1de83e0766be1c..8ff3d1fa3da0f6bc748399a61a9b307170935106 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006-2.cs: Overloaded method `CLSClass.Test(bool)' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 11
+// CS3006: Overloaded method `CLSClass.Test(out bool)' differing only in ref or out, or in array rank, is not CLS-compliant
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]