[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs1530-3.cs
1 // CS1530: Keyword `new' is not allowed on namespace elements
2 // Line: 8
3
4 new enum E
5 {
6 }
7