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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs0657-21.cs
blob
317e7be0bf563f5d62923bc7d0cc38b8087b6a92
1
// cs0657-21.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method'
2
// Line : 9
3
4
using
System
;
5
6
public class
C
7
{
8
[
return
:
CLSCompliant
(
false
)]
9
public
C
()
10
{
11
}
12
}