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
2008-09-29 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0657-3.cs
blob
e716b8cc85423a86498ca41add08dad150bb8ad0
1
// cs0657-3.cs: `method' 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
[
method
:
CLSCompliant
(
false
)]
7
8
9
public class
C
10
{
11
}