Merge pull request #2646 from ludovic-henry/fix-processwatch-dispose
[mono.git] / mcs / errors / cs3003-2.cs
index 5e1a5be8220a0e5434086d816bce2413b8a23a7b..cd3c773f69ea27141d0e7e9a83869763dcda5bb4 100644 (file)
@@ -1,5 +1,6 @@
-// CS3003: Type of 'CLSClass.Index' is not CLS-compliant
-// Line: 10
+// CS3003: Type of `CLSClass.Index' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]