Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs3006-3.cs
index 7e5365c7307b41f018f82c6154dff4571f2f1b69..65f563d363f047b940ab7b28a4433db89d92678a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006-3.cs: Overloaded method `CLSInterface.Test(int)' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 9
+// CS3006: Overloaded method `CLSInterface.Test(ref int)' differing only in ref or out, or in array rank, is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant(true)]