2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs3009.cs
blobd562140a6867f504251b69082b6bb3f96b708c06
1 // CS3009: `C': base type `C<ulong>' is not CLS-compliant
2 // Line: 14
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant(true)]
8 public class C<T>
12 public class C : C<ulong>