Merge pull request #3442 from lateralusX/jlorenss/win-atexit-commands
[mono.git] / mcs / errors / cs3006.cs
index a148a249ead79c15f3649ec01fcdeb670d830710..d7e7721f2a3e97d1eb1258d3fbac9a1c0cd19463 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006.cs: Overloaded method `CLSClass.Test(int)' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 11
+// CS3006: Overloaded method `CLSClass.Test(ref int)' 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)]