[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs1525-53.cs
1 // CS1525: Unexpected symbol `}', expecting `(', `,', `.', `:', `::', `]', or `<'
2 // Line: 6
3
4 class Foo
5 {
6         [DllImport
7 }