2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1644-16.cs
blob6b8e39840d07f476f5a1811b9f3eece02d2683e8
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<in T> {