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