[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs1961-2.cs
blobc23fa40165371a0d4ebbe43f87c0bb014d6c2333
1 // CS1961: The contravariant type parameter `T' must be covariantly valid on `D<T>()'
2 // Line: 4
4 delegate T D<in T> ();