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
2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0657-2.cs
blob
63b8909ca3ac47fc1990b93e7baa7883a0b4a3c9
1
// cs0657-2.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
2
// Line : 7
3
4
using
System
;
5
6
[
return
:
CLSCompliant
(
false
)]
7
8
9
public enum
E
{}