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
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
errors
/
cs0404.cs
blob
112d2187542c763b2ad95ab065270bc22268072e
1
// CS0404: Attributes cannot be generic
2
// Line: 3
3
[
Test
<
T
>]
4
class
X
5
{
6
static void
Main
()
7
{ }
8
}