Merge pull request #3686 from lambdageek/dev-format-printf
[mono.git] / mcs / errors / cs3002-10.cs
index e8361522c107b37a18448978119312e54559cf8a..7d5e98dd148adfbfc9f479a5d4cd32b696adb12d 100644 (file)
@@ -1,9 +1,10 @@
-// cs3002-10.cs: Return type of `I.Error()' is not CLS-compliant
-// Line: 8
+// CS3002: Return type of `I.Error()' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 [assembly:System.CLSCompliant(true)]
 
 public interface I 
 {
        ulong Error();
-}
\ No newline at end of file
+}