2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs0633-4.cs
blob848dbae35b6cd91e95b53c40ccf4160da32d65d2
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 {}