[mini] Always emit safepoints, except WASM
[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;