[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs0689.cs
1 // CS0689: `Stack<T>': Cannot derive from type parameter `T'
2 // Line: 4
3
4 class Stack<T> : T { }