2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0582.cs
blob87bd1641ca11e53eebc7ddc19c3a8248aaa22ef4
1 // cs0582.cs: Conditional not valid on interface members
2 // Line: 5
4 interface Interface {
5 [System.Diagnostics.ConditionalAttribute("DEBUG")]
6 void Method ();