Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs3006-3.cs
index 362734efce87f633f9443947d08ccbe8095d31e5..65f563d363f047b940ab7b28a4433db89d92678a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006.cs: Overloaded method 'CLSInterface.Test(ref 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)]