2009-05-27 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / errors / gcs8036-2.cs
1 // CS8036: Generic variance can only be used with interfaces and delegates\r
2 // Line: 5\r
3 // Compiler options: -langversion:future
4
5 class A<in T>
6 {
7 }