In ilasm/codegen:
[mcs.git] / errors / gcs0699.cs
blob301779c45c035928bfa833f2f9de7163136857fb
1 // CS0699: `Test<I.T>': A constraint references nonexistent type parameter `U'
2 // Line: 8
4 interface I
6 void Test<T>() where U : class;