2009-02-27 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs8036.cs
blobfc557d48afeaf06e3f14fced9f120989df927418
1 // CS8036: Generic variance can only be used with interfaces and delegates
2 // Line: 5
3 // Compiler options: -langversion:future
5 class A<out T>