* Monodoc/man-provider.cs: NEVER return a non-null string from
[mono.git] / mcs / errors / gcs8033-2.cs
1 // CS8033: Contravariant type parameters can only be used in input positions\r
2 // Line: 5\r
3 // Compiler options: -langversion:future
4
5 delegate T D<in T> ();