34f9ab5a70443fe64f757c5f8f241d2517fc85dd
[mono.git] / mcs / errors / gcs1689.cs
1 // cs1689.cs: Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods or attribute classes
2 // Line: 6
3
4 using System.Diagnostics;
5
6 [Conditional("DEBUG")]
7 public class Test {}
8