repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
gcs1689.cs
blob
34f9ab5a70443fe64f757c5f8f241d2517fc85dd
1
// cs1689.cs: Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods or attribute classes
2
// Line: 6
3
4
using
System
.
Diagnostics
;
5
6
[
Conditional
(
"DEBUG"
)]
7
public class
Test
{}
8