* default.build: Fix relative path to key. Avoid use of ugly foreach
[mono.git] / mcs / errors / gcs0633-4.cs
1 // gcs0633-4.cs: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier\r
2 // Line: 6\r
3 \r
4 using System.Diagnostics;\r
5 \r
6 [Conditional("DEBUG+2")]\r
7 public class Test: System.Attribute {}\r