Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs3009-2.cs
index 03b8b081f795e16148c8865aed4b9ca1b065f1f1..d389c9141b0c3eabfa69942ec7e733552fa12a1a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3009.cs: 'CLSClass': base type 'System.Runtime.Serialization.Formatter' is not CLS-compliant
-// Line: 9
+// CS3009: `CLSClass': base type `System.Runtime.Serialization.Formatter' is not CLS-compliant
+// Line: 10
+// Compiler options: -warnaserror -warn:1
 
 using System;
 using System.Runtime.Serialization;