2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs8037.cs
blob3284ad20ac3f9d5966477f1106be4319c14a3843
1 // CS8037: Contravariant type parameters cannot be used in output positions
2 // Line: 7
3 // Compiler options: -langversion:future
5 interface A<in T>
7 void B(out T t);