Merge pull request #5010 from Unity-Technologies/boehm-gc-alloc-fixed-sre
[mono.git] / mcs / errors / cs3018.cs
index bbfec5323693be072cd852b7c4ed96ff3eacdca3..9cb110f0387595438a20fc132f1318dd8231bc55 100644 (file)
@@ -1,5 +1,6 @@
-// cs3018.cs: `NotCompliant.Compliant' cannot be marked as CLS-Compliant because it is a member of non CLS-Compliant type `NotCompliant'
-// Line: 9
+// CS3018: `NotCompliant.Compliant' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `NotCompliant'
+// Line: 12
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly: CLSCompliant (true)]