repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs0582.cs
blob
ac7d6107408a60cc1834b02ecbb6abdb7c39c2e3
1
// CS0582: Conditional not valid on interface members
2
// Line: 5
3
4
interface
Interface
{
5
[
System
.
Diagnostics
.
ConditionalAttribute
(
"DEBUG"
)]
6
void
Method
();
7
}
8