2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3009-2.cs
blobd389c9141b0c3eabfa69942ec7e733552fa12a1a
1 // CS3009: `CLSClass': base type `System.Runtime.Serialization.Formatter' is not CLS-compliant
2 // Line: 10
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 using System.Runtime.Serialization;
8 [assembly:CLSCompliant (true)]
10 public abstract class CLSClass: Formatter {