[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs0633-5.cs
1 // CS0633: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
2 // Line: 6
3
4 using System.Diagnostics;
5
6 [Conditional("DEBUG+2")]
7 public class Test: System.Attribute {}