summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1961-2.cs
blob: c23fa40165371a0d4ebbe43f87c0bb014d6c2333 (plain)
1
2
3
4
// CS1961: The contravariant type parameter `T' must be covariantly valid on `D<T>()'
// Line: 4

delegate T D<in T> ();