[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / errors / cs3009-4.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>