cleol
[mcs.git] / errors / gcs1961-18.cs
blobdbdb6c031f429bfcdb0c0f1fdc260bf213ca2187
1 // CS1961: The covariant type parameter `T' must be invariantly valid on `B<T>.A'
2 // Line: 9
3 // Compiler options: -langversion:future
5 interface A<T>
9 interface B<out T>
11 A<T> A { get; }