Merge pull request #3894 from akoeplinger/fix-actor
[mono.git] / mcs / errors / cs3014-7.cs
index 49a15f1b3ce489037217a7e1ebbd5edf356cc3a0..756ceb515f67bd4472ce137ac29a863426f25302 100644 (file)
@@ -1,5 +1,6 @@
-// cs3014-7.cs: `CLSClass.implicit operator CLSClass(byte)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
-// Line: 7
+// CS3014: `CLSClass.implicit operator CLSClass(byte)' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 
@@ -8,4 +9,4 @@ public abstract class CLSClass {
         public static implicit operator CLSClass(byte value) {
                 return null;
         }
-}
\ No newline at end of file
+}