[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1961-4.cs
blob4e44d7de0a20a5e9034be3e616e1f3404895fb85
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<A<T>> A { get; }