"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1689.cs
blobf6ab59c9eee67cfd86b1d2f3334ad4223d0ee5ea
1 // CS1689: 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 {}