[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs1961-3.cs
blobc0dc30d0234b94be8b51206a41d9ae36681aa1a5
1 // CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.A'
2 // Line: 8
4 interface A<T>
8 interface B<in T>
10 A<T> A { get; }