2009-03-27 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git] / mcs / 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>