2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0633-4.cs
blobc4bd4687c151b727f91098f610434b2b12fefa11
1 // gcs0633-4.cs: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
2 // Line: 6
4 using System.Diagnostics;
6 [Conditional("DEBUG+2")]
7 public class Test: System.Attribute {}