40d29f8ad75f3cfbb8ef055e3020dd5a15813255
[mono.git] / mcs / errors / gcs1961-2.cs
1 // CS1961: The contravariant type parameter `T' must be covariantly valid on `D<T>()'
2 // Line: 5
3 // Compiler options: -langversion:future
4
5 delegate T D<in T> ();