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-20.cs
blob
64ba242d8f12354a1b6b3c8cd98b618aae6301c5
1
// cs0657-20.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method'
2
// Line : 7
3
4
using
System
;
5
6
public class
C
7
{
8
[
return
:
CLSCompliant
(
false
)]
9
~
C
()
10
{
11
}
12
}