Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs3018.cs
index b062d1782d9747b182070b7dd3377c654a8f1cc3..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)]