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
2009-03-15 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
cs0591.cs
blob
5ce0bb823f235ad8820034550507570e5515b7a9
1
// cs0591.cs: Invalid value for argument to `System.AttributeUsage' attribute
2
// Line: 4
3
4
[
System
.
AttributeUsage
(
0
)]
5
class
ClassMain
{
6
7
public static void
Main
() {
8
}
9
}
10