New tests, updates
[mono.git] /
1 // CS8033: Contravariant type parameters can only be used in input positions\r
2 // Line: 5\r
3 // Compiler options: -langversion:future
4
5 delegate T D<in T> ();