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