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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs0698.cs
blob
ebf71ea1e71105b27af5c3539ad2ca6e7fa0578e
1
// CS0698: A generic type cannot derive from `System.Attribute' because it is an attribute class
2
// Line: 6
3
4
using
System
;
5
6
class
Stack
<
T
> :
Attribute
7
{ }
8
9
class
X
10
{
11
static void
Main
()
12
{ }
13
}