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-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
gcs0404.cs
blob
4b935d369b0bd61d83987250140fd3d03ac8a090
1
// CS0404: '<' unexpected: attributes cannot be generic
2
// Line: 3
3
[
Test
<
T
>]
4
class
X
5
{
6
static void
Main
()
7
{ }
8
}