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