[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs8085.cs
1 // CS8085: A `using static' directive cannot be used to declare an alias
2 // Line: 4
3
4 using static S = System;