[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs1960.cs
1 // CS1960: Variant type parameters can only be used with interfaces and delegates
2 // Line: 4
3
4 class A<out T>
5 {
6 }