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
* MSBuild.cs (Execute): Don't share target output items,
[mcs.git]
/
errors
/
gcs0702-2.cs
blob
81d68f389f21b89a52a7e91ce17bd30569e4a29f
1
// CS0702: A constraint cannot be special class `object'
2
// Line: 8
3
4
using
System
;
5
6
class
Foo
<
T
>
7
where T
:
object
8
{
9
}