2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs8033-2.cs
blob73329af5d956ff6068bf525a23bce79b58bdddd8
1 // CS8033: Contravariant type parameters can only be used in input positions
2 // Line: 5
3 // Compiler options: -langversion:future
5 delegate T D<in T> ();