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