[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / errors / cs0699.cs
blob51e776c7198647af61fa8bbedbe842977018de44
1 // CS0699: `I.Test<T>()': A constraint references nonexistent type parameter `U'
2 // Line: 6
4 interface I
6 void Test<T>() where U : class;