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