Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs3006-5.cs
index b632d5eceb1bce94877b35d5a920c12c2a1cc2d6..1008a1d234f406deaf0ee113065888215ddcc4d6 100644 (file)
@@ -1,5 +1,6 @@
-// cs3006-5.cs: Overloaded method `CLSInterface.Test(bool)' differing only in ref or out, or in array rank, is not CLS-compliant
-// Line: 9
+// CS3006: Overloaded method `CLSInterface.Test(out bool)' 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)]