// CS1961: The covariant type parameter `T' must be invariantly valid on `A.B(out T)' // Line: 6 interface A { void B(out T t); }