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-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
gcs0080.cs
blob
3c1bf8acdb6345d3ce44d3029fd7479c8c2c1712
1
// cs0080.cs: Constraints are not allowed on non-generic declarations
2
// Line: 5
3
4
using
System
.
Collections
;
5
class
Dingus where T
:
IEnumerable
{
6
}
7
8
class
D
{
9
static void
Main
()
10
{
11
}
12
}