Merge pull request #1821 from iainx/replace-getline
[mono-project.git] / mcs / errors / cs0582.cs
blobac7d6107408a60cc1834b02ecbb6abdb7c39c2e3
1 // CS0582: Conditional not valid on interface members
2 // Line: 5
4 interface Interface {
5 [System.Diagnostics.ConditionalAttribute("DEBUG")]
6 void Method ();