// CS1961: The covariant type parameter `V' must be contravariantly valid on `I.Foo(T)' // Line: 6 interface I { void Foo (T t) where T : V; }