2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1960-2.cs
blobc4699cd54c15ed45a9409e91bd11feb46d13c642
1 // CS1960: Variant type parameters can only be used with interfaces and delegates
2 // Line: 5
3 // Compiler options: -langversion:future
5 class A<in T>