// CS0699: `I.Test()': A constraint references nonexistent type parameter `U' // Line: 6 interface I { void Test() where U : class; }