**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0582.cs
blobfb5efb518a2437249bbe78a631c613beea7536fe
1 // cs0582.cs: Conditional not valid on interface members
2 // Line: 5
4 interface Interface {
5 [System.Diagnostics.ConditionalAttribute("DEBUG")]
6 void Method ();