[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs1961-40.cs
blobe31c1defedd703e88709ead7451655fc06334e46
1 // CS1961: The contravariant type parameter `T' must be invariantly valid on `InterfaceContravariat<T>.Prop'
2 // Line: 4
4 interface InterfaceContravariat<in T>
6 T Prop { set; get; }