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
2007-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git]
/
errors
/
cs1501-9.cs
blob
2713cc6bbcb508702569928c3da8073d61756610
1
// cs1501-9.cs: No overload for method `System.CLSCompliantAttribute' takes `0' arguments
2
// Line: 6
3
4
using
System
;
5
6
[
assembly
:
CLSCompliant
()]
7