repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs0657-18.cs
blob
3f725094b77a1799f3bf5ffa0ab8f7fe0332ef5d
1
// cs0657-18.cs: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `type'
2
// Line : 9
3
4
using
System
;
5
6
[
assembly
:
CLSCompliant
(
false
)]
7
public class
C
{}
8
9
[
assembly
:
CLSCompliant
(
false
)]
10
public class
D
{}