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
2010-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs0616.cs
blob
709cf34a8ac48301f41bd10cbac09f4f63cf7ad0
1
// cs0616.cs: `FakeAttribute': is not an attribute class
2
// Line: 8
3
4
class
FakeAttribute
{
5
}
6
7
class
T
{
8
[
Fake
]
9
static int
Main
() {
10
return
0
;
11
}
12
}