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-05-29 Steven Munroe <munroesj@us.ibm.com>
[mcs.git]
/
errors
/
gcs0702.cs
blob
409b41a9bfc55fe785dd4d2d12a27f9d9e6ec30e
1
// CS0702: A constraint cannot be special class `System.Array'
2
// Line: 8
3
4
using
System
;
5
6
class
Foo
<
T
>
7
where T
:
Array
8
{
9
}