[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs1675.cs
1 // CS1675: Enums cannot have type parameters
2 // Line: 4
3
4 enum E<T>
5 {
6 }