// CS0699: `I': A constraint references nonexistent type parameter `U' // Line: 8 partial interface I { } partial interface I where U : class { }