// CS1961: The contravariant type parameter `T' must be invariantly valid on `A.B(out T)' // Line: 5 // Compiler options: -langversion:future interface A { void B(out T t); }