2009-05-22 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / errors / gcs1644-15.cs
blobe878496b4cc4303a19e498ac21d94338fa272cae
1 // CS1644: Feature `generic variance' cannot be used because it is not part of the C# 2.0 language specification
2 // Line: 5
3 // Compiler options: -langversion:iso-2
5 public interface IFoo<out T> {